This is a simple Python command-line project that checks how strong a password is based on basic security rules. The goal of this project is to understand password validation and improve awareness of secure password practices.
Features
- Minimum length check (8+ characters)
- Uppercase and lowercase validation
- Digit detection
- Special character detection
- Password strength score (0–100)
- Suggestions to improve weak passwords
How to Run the Program Make sure Python is installed on your system Open a terminal or command prompt Run the following command: python main.py
The password input will be hidden for security purposes