A simple GUI-based random password generator using Python and Tkinter.
- Generate random passwords with customizable options.
- Choose password length and character sets.
- Run the script using Python:
python generator.py
. - Set the password length and select the desired character sets.
- Click the "Generate Password" button to get a random password.
- Python 3.x
- Tkinter (usually included with Python)
python random_password_generator.py