A simple yet powerful Python tool to help users create strong and secure passwords πͺ
This script evaluates password strength based on multiple criteria and provides real-time feedback using colorful terminal outputs powered by colorama.
β Evaluates passwords using the following checks:
- Minimum 8 characters
- At least 1 uppercase letter (AβZ)
- At least 1 lowercase letter (aβz)
- At least 1 number (0β9)
- At least 1 special character (e.g.,
!@#$%^&*)
π― Provides instant feedback to help improve weak passwords
π Uses color-coded output for an engaging terminal experience
- Python 3.x
- colorama library
-
Clone the repository:
git clone https://github.com/harsh-hak/CODTECH-Task-1.git
-
Navigate to the project folder:
cd password_strength_checker -
Install dependencies:
pip install colorama
Run the script:
python password_strength_checker.pyBuilt with β€οΈ by Harsh Kanojia
Made for learners who care about cybersecurity, usability, and clean code π§βπ»