A simple Python-based tool that evaluates the strength of a password based on multiple security criteria. This project helps users create safer passwords and understand basic cybersecurity practices.
π Checks password strength (Weak / Medium / Strong) π‘ Validates use of uppercase and lowercase letters π’ Ensures inclusion of numbers π£ Detects special characters π Verifies minimum password length β‘ Fast and lightweight single-file script π οΈ Technologies Used Python
The script analyzes a password based on:
Length of the password Presence of uppercase and lowercase letters Inclusion of digits (0β9) Use of special characters (e.g., @, #, $, etc.)