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 PyQt6password-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.
