This project is a beginner-friendly tool to check password strength. I built it to practice Python fundamentals (regex, functions, file handling) and to understand how password policies work in real ...
A simple Python script to check the strength of a password based on predefined rules. This project helps ensure that your password is secure by validating it against common security requirements.