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 🧑💻