Skip to content

Password Complexity Checker is a Python tool that evaluates the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. It provides a strength rating and feedback to help users improve their passwords.

License

Notifications You must be signed in to change notification settings

anisaunnisa02/PRODIGY_CS_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Password Complexity Checker is a Python tool that evaluates the strength of passwords based on length, uppercase and lowercase letters, numbers, and special characters. It provides a strength rating and feedback to help users improve their passwords.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages