A lightweight desktop app to generate secure passwords β built with Python & Tkinter.
Developed by Dr. Hajiabadi
- 5 generation modes: PIN, Text, Mixed, Keyword-based, Passphrase
- Live strength meter with score and color indicator
- Breach checker via Have I Been Pwned API
- Password history (last 10 passwords)
- Export history to
.txt - One-click copy to clipboard
- Clean dark UI (Catppuccin Mocha theme)
pip install requests pyperclip
python main.pypip install pyinstaller
pyinstaller --onefile --windowed --name "PasswordGenerator" main.pyMIT License