A simple Python desktop app to generate strong, customizable passwords using Tkinter.
- Set desired password length.
- Choose to include:
- Uppercase letters
- Lowercase letters
- Special characters
- Save passwords with names.
- View password strength (Weak / Medium / Strong).
- Copy password to clipboard.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
-
- Clone the repository:
git clone https://github.com/Poorvi-Naveen/PythonProject.git
-
- Install required library:
pip install pyperclip
-
- Run the app:
python password_generator.py
- Saved passwords are stored in generated_passwords.txt.
- Ensure pyperclip is installed for clipboard functionality.
- Python3
- Pyperclip





