A secure password generator with GUI that creates random passwords using letters, numbers, and special characters. Features one-click generation and clipboard copying for convenience.
- Generate 28-character secure passwords
- Uses letters (uppercase and lowercase)
- Includes numbers (0-9)
- Includes special characters
- One-click generation
- Copy to clipboard functionality
- Clean and modern GUI
- Cryptographically random
- Language: Python
- Libraries:
tkinter(standard library)string(standard library)random(standard library)tk==0.1.0
- Complexity: Beginner
pip install -r requirements.txt
python main.py- Click "Generate Password" button
- Password appears in the entry field
- Click "Copy to Clipboard" to copy
- Use the password for your accounts
- Total pool: 94 characters
- Length: 28 characters
- Entropy: ~185 bits
Open source for educational purposes.