Skip to content

hema-sree-04/password-strength-checker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Password Strength Checker πŸ”

πŸ“Œ Description

This project is a Python-based command-line application that checks the strength of a password based on security rules such as length, character types, and symbols.

🎯 Features

  • Checks minimum password length
  • Validates uppercase and lowercase letters
  • Detects numbers
  • Detects special characters
  • Classifies passwords as Weak, Medium, or Strong

πŸ› οΈ Technologies Used

  • Python
  • Regular Expressions (re module)

πŸš€ How to Run

python password_checker.py

## πŸ§ͺ Test Cases
This project includes a test file that validates different password inputs and expected strength outputs.

To run tests:
```bash
python test_password_checker.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages