Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.26 KB

File metadata and controls

61 lines (40 loc) · 1.26 KB

🔐 Password Strength Checker

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.


⚡ Features

✅ 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


🧩 Requirements

  • Python 3.x
  • colorama library

⚙️ Installation

  1. Clone the repository:

    git clone https://github.com/harsh-hak/CODTECH-Task-1.git
  2. Navigate to the project folder:

    cd password_strength_checker
  3. Install dependencies:

    pip install colorama

🚀 Usage

Run the script:

python password_strength_checker.py

🧠 About

Built with ❤️ by Harsh Kanojia

Made for learners who care about cybersecurity, usability, and clean code 🧑‍💻