ahmetcakir-dev / password-generator

Secure and customizable password generator built with Python and PyQt6.

Repository from Github https://github.comahmetcakir-dev/password-generatorRepository from Github https://github.comahmetcakir-dev/password-generator

Random Password Generator πŸ”‘

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.


✨ Features

  • πŸ–₯️ User-friendly PyQt6 interface (medium-level GUI)
  • πŸ” Unlimited random password generation
  • πŸ“Š Password strength indicator (weak, medium, strong)
  • ⚑ Fast and simple to use

πŸ“Έ Demo

App Screenshot


πŸš€ Installation

  1. Clone the repository:

    git clone https://github.com/ahmetcakir-dev/password-generator.git
    cd password-generator
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python password-generator.py

πŸ“¦ Requirements

  • Python 3.9+
  • PyQt6

Install requirements:

pip install PyQt6

πŸ“‚ Project Structure

password-generator/
β”‚
β”œβ”€β”€ password-generator.py # Main application file
β”œβ”€β”€ requirements.txt     # Dependencies
β”œβ”€β”€ README.md            # Documentation
└── images/              # Folder for screenshots
    └── screenshot.png  # App screenshot

πŸ“œ License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this project.

About

Secure and customizable password generator built with Python and PyQt6.

License:MIT License


Languages

Language:Python 100.0%