A simple and useful random password generator built with Python and PyQt6.
It provides a clean graphical interface, unlimited password generation, and a built-in password strength indicator.
- 🖥️ User-friendly PyQt6 interface (medium-level GUI)
- 🔐 Unlimited random password generation
- 📊 Password strength indicator (weak, medium, strong)
- ⚡ Fast and simple to use
-
Clone the repository:
git clone https://github.com/ahmetcakir-dev/password-generator.git cd password-generator
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python password-generator.py
- Python 3.9+
- PyQt6
Install requirements:
pip install PyQt6
password-generator/
│
├── password-generator.py # Main application file
├── requirements.txt # Dependencies
├── README.md # Documentation
└── images/ # Folder for screenshots
└── screenshot.png # App screenshot
This project is licensed under the MIT License.
You are free to use, modify, and distribute this project.