A Python project that verifies passwords by utilizing length, uppercase, lowercase, special characters, digits, and other rules.
- Length verification
- Uppercase perception
- Lowercase detection
- Special character identification
- Digit revelation
- No Spaces detection
- No Common Passwords perception
- Added comments for Final Grouped Output
- Defined a new function named validate_length
- Supplemented existing code
- Appended two return statements with short messages.
- Put new code and displayed length rule to output using print("-", msg)
- Make a final output that groups every rule
- Add an example output when the program executes
- Supplement a score system to see if the password is weak, middle, or strong.
- Python
- PythonAnywhere
MIT License