An open API service indexing awesome lists of open source software.

https://github.com/whynotmax/password-strength-checker


https://github.com/whynotmax/password-strength-checker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

> [!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:
```sh
git clone https://github.com/yourusername/password-strength-checker.git
```
2. Navigate to the project directory:
```sh
cd password-strength-checker
```
3. (Optional) Create a virtual environment:
```sh
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```

## Usage

Run the password strength checker script:
```sh
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](LICENSE) file for details.

## Contact

For any questions or suggestions, please open an issue or contact the project maintainer at [max@keinesecrets.de](mailto:max@keinesecrets.de).