An open API service indexing awesome lists of open source software.

https://github.com/arjunraj79/pwchecker

A simple Python script to check the strength of a password based on length, the inclusion of numbers, special characters, and upper/lower case letters.
https://github.com/arjunraj79/pwchecker

password-safety password-strength python

Last synced: 2 months ago
JSON representation

A simple Python script to check the strength of a password based on length, the inclusion of numbers, special characters, and upper/lower case letters.

Awesome Lists containing this project

README

        

# Password Strength Checker

A simple Python script to check the strength of a password based on length, the inclusion of numbers, special characters, and upper/lower case letters.

## How to Use

1. Run the script using Python.
2. Enter a password when prompted.
3. The script will return whether the password is "Weak" or "Strong" with an explanation.

## Example