Password Generator is a simple app to generate strong passwords.
- 🔑 Generate passwords with lengths between 8 and 50 characters.
- 🛠️ Customize your password with:
- ✅ Numbers (0-9)
- ✅ Lowercase letters (a-z)
- ✅ Uppercase letters (A-Z)
- ✅ Special characters (@#$% and others)
- 📋 Copy your generated password to the clipboard.
- 💾 Save passwords to a file (
passwords.txt). - 🎨 Choose between Light, Dark, or System themes.
To clone the project and run it locally:
- Clone the repository:
git clone https://github.com/Antot-12/Password-Generator.git
- Navigate to the project folder:
cd password-generator - Run the application:
python3 main.py
main.py: The main Python script for the application.password.py: Helper script for password generation.main.exe: The compiled executable file (ready to run).img.png: The logo image used in the app.password.ico: The app icon.passwords.txt: File where saved passwords are stored.
- 🐍 Python
- 🎨 CustomTkinter for the graphical interface.
- 📦 PyInstaller for creating the
.exefile.
