Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.41 KB

Password Complexity Checker

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Visual Studio Code (optional, for development and running the script)

Setup

1. Install Python

If you haven't already, download and install Python from python.org. Make sure to add Python to your PATH during the installation process.

2. Install Visual Studio Code

Download and install Visual Studio Code from code.visualstudio.com.

3. Install Python Extension for VS Code

  • 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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.