A password strength checker that utilizes machine learning to classify the strength of passwords. This project provides a simple interface for users to input their passwords and receive feedback on their strength based on various criteria.
- Classifies password strength into multiple categories.
- Clone the repository:
git clone https://github.com/DhanushNehru/Python-Scripts cd "Password Strength Checker"
- Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install the required packages:
pip install -r requirements.txt
To run the password strength checker:
python main.py