Important
This is my first public project. I made this in approx. 20 minutes. Contributions are welcome!
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.
- 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
- Clone the repository:
git clone https://github.com/yourusername/password-strength-checker.git
- Navigate to the project directory:
cd password-strength-checker
- (Optional) Create a virtual environment:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
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.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue or contact the project maintainer at [email protected].