A GUI-based password generator built with Python and Tkinter. Allows users to create secure random passwords with customizable options.
-
Specify password length (8–32 characters)
-
Include/exclude:
- Uppercase letters
- Lowercase letters
- Numbers
- Symbols
-
Generates a random password meeting selected criteria
-
Copy generated password directly to clipboard
-
Simple, user-friendly interface
- Install dependencies:
pip install pyperclip tkmacosx- Run the script:
python3 password_generator.py- Enter your desired length, select character options, and click Generate.
- Click Copy to Clipboard to use your password elsewhere.
- Password length must be between 8 and 32 characters
- At least one character type must be selected


