Skip to content

whynotmax/password-strength-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Important

This is my first public project. I made this in approx. 20 minutes. Contributions are welcome!

Password Strength Checker

This project is a Python-based password strength checker. It evaluates the strength of a given password and provides feedback to help users create stronger passwords.

Features

  • Checks password length
  • Evaluates the use of uppercase and lowercase letters
  • Checks for the inclusion of numbers and special characters
  • Provides a strength score and feedback

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/password-strength-checker.git
  2. Navigate to the project directory:
    cd password-strength-checker
  3. (Optional) Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`

Usage

Run the password strength checker script:

python password_strength_checker.py

Follow the on-screen instructions to input a password and receive feedback on its strength.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue or contact the project maintainer at [email protected].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages