Random Password Generator
This is a simple random password generator application built using the Tkinter library in Python. This application generates strong and secure random passwords based on user preferences.
- Generate random passwords with various options:
- Password length
- Include uppercase letters
- Include lowercase letters
- Include numbers
- Include special characters
- Python 3.x
- Tkinter library
-
Launch the application by running the
password_gen.pyscript. -
Set your preferences for the password:
- Choose the desired password length.
-
Click the "Generate Password" button to generate a random password based on your preferences.
-
The generated password will be displayed in the text field.
Contributions are welcome! If you find any bugs or have ideas for improvements, please submit an issue or a pull request.