A simple Python GUI password generator built with Tkinter. Generate strong passwords with letters, numbers, and special characters, and copy them to your clipboard.
- Custom password length (8–32 characters)
- Includes uppercase, lowercase, digits & symbols
- Copy password to clipboard
- Simple and user-friendly GUI
- Python 3.x
- Tkinter (pre-installed with Python)
- pyperclip (
pip install pyperclip)
cd mimmi-password-generator
pip install pyperclip
python password_generator.py