Python implementation of a password generator
- Generates a random password of a specified length
- GUI version uses the secrets module to generate a secure password
- Installer included for Windows
- Uses pyperclip to attach to clipboard
- CLI version uses the secrets module to generate a password
- Python3
- Made with Python3.11
- pyperclip
- Used for copying to clipboard
- Only used in GUI version
git clone https://github.com/mbutcherdev/password-generator
- How to run the program
Console Version: python3 main.py
GUI Version: run the installer
Matthew Butcher
Twitter
LinkedIn
-
2
- Initial GUI release
- Installer included
- Uses pyperclip to copy to clipboard
- Uses secrets module to generate secure password
-
1
- Initial Release (console)
- Uses the secret module to generate password
- Improve the GUI to a full password manager
- Add a password strength meter