The Python Random Password Generator GUI is a user-friendly application built using Tkinter that allows you to generate secure passwords with customizable parameters.
- Number of Passwords: Specify the number of passwords to generate (1-10), with a default of 5.
- Password Length: Define the desired length of each password, with a default of 16 characters.
- Security Level: Choose from predefined security levels (Low, Medium, High) or define a custom character set for maximum flexibility.
- Custom Character Set: Enable and input your own set of characters for password generation when the "Custom" security level is selected.
- Generate Passowrds Button: Click to generate and display the passwords in a convenient text box.
- Clone the repository:
git clone https://github.com/Jonahida/python-random-pwd-generator-gui.git- Navigate to the project directory:
cd python-random-pwd-generator-gui- Run the application:
python main.py- Python (>=3.6)
- Tkinter (Python GUI library)
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License.
