A simple graphical password generator built with Python and Tkinter. It allows users to generate secure passwords with customizable options and copy them directly to the clipboard.
- Easy-to-use graphical interface
- Choose password length
- Optional inclusion of:
- Digits
- Punctuation characters
- Secure password generation using the
secretsmodule - Copy the generated password to the clipboard with one click
- Python 3.x
- Standard Python libraries:
string,secrets,tkinter
No third-party installations required.
python password_generator.py-
Enter the desired password length.
-
Check the boxes to include digits and/or punctuation.
-
Click Generate to create a password.
-
Click Copy to clipboard to copy the result.
Uses Python’s secrets module for cryptographically strong random password generation.
WTFPL – Do What the F*ck You Want to Public License.
Crafted with Python and sarcasm by someone who enjoys algorithm humor. @lasnelus