Password Generator is written in Python using Tkinter for GUI. The project file contains python scripts (main.py and pwgenfunc.py). This is a simple GUI based project which is very easy to understand and use.
About Simple Password Generator In Python
Talking about the system, the user can generate a random password according to different sizes. In order to generate a password first, the user has to select a size range using the slider. It also displays with a visual color-coded system which indicates the strength of the password, starting from Very Weak to Excellent password strength. After generating a random password, the system displays it in the clipboard where the user can copy and paste easily.
Features of Simple Password Generator In Python :
- Displays Password Strength
- Select password size
How to run Simple Password Generator In Python ?
This GUI based Password Generator provides the simplest way for generating a strong password for the users. In short, this project only focuses on generating random passwords. In order to run the project, you must have installed Python, on your PC.