Skip to content

Hamidkarimi-h/Master-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Password Generator

An advanced password generator application built with Python and Tkinter.
Generate strong, customizable passwords and evaluate their strength with ease.


Features

  • Generate passwords with customizable length
  • Include/exclude uppercase letters, lowercase letters, digits, and symbols
  • Evaluate password strength (Weak, Medium, Strong)
  • Copy generated password to clipboard
  • User-friendly graphical interface with Tkinter

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/password-generator.git
    cd password-generator
    
    
  2. (Optional) Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate    # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt

Usage

Run the main program:

python password-generator.py

Customize password settings, generate passwords, check strength, and copy to clipboard easily.


Project Structure

password-generator/
│
├── password_generator.py  
├── requirements.txt       # Required Python packages
├── README.md              # This file               
└── .gitignore             # Files to ignore in git

Dependencies

  • Python 3.x
  • pyperclip (for clipboard operations)
  • Tkinter (usually included with Python)

License

This project is licensed under the MIT License.


Author

Hamid - GitHub Profile



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages