SoloDevOG / Passwords-Generator-python-modern-GUI

Password Generate is a Python program with a modern GUI to generate passwords.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passwords Generator

Password Generate is a Python program with a modern GUI that allows you to generate as many passwords as you want, And you can control the length and the combination of your passwords (Lowercase, Uppercase, Number, Symbol).

The program builds with pure Python code and Python Eel Library, Eel is a little Python library for making modern Python GUI applications with JavaScript, CSS, and HTML, with full access to Python capabilities and libraries.

How it work

  1. First you need to install requirements with pip install -r requirements.txt
  2. Then run the program with python3 main.py

Preview

In this image/video you will see the program interface and how is works.

  1. image:

Preview

  1. video: Link

About

Password Generate is a Python program with a modern GUI to generate passwords.


Languages

Language:CSS 49.7%Language:JavaScript 22.9%Language:HTML 17.2%Language:Python 10.2%