This project is a Password Complexity Checker written in Python. It assesses the strength of a password based on various criteria such as length, presence of uppercase and lowercase letters, numbers, and special characters. It provides feedback to users on the password's strength and suggestions for improvement.
- Checks password length (minimum 8 characters).
- Checks for the presence of uppercase and lowercase letters.
- Checks for the presence of numbers.
- Checks for the presence of special characters.
- Provides feedback on how to improve the password's strength.
- Python 3.x
- Visual Studio Code (optional, for development and running the script)
If you haven't already, download and install Python from python.org. Make sure to add Python to your PATH during the installation process.
Download and install Visual Studio Code from code.visualstudio.com.
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X
. - Search for "Python" and install the extension provided by Microsoft.
This project is licensed under the MIT License. See the LICENSE file for more details.