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.
- Host: GitHub
- URL: https://github.com/arjunraj79/pwchecker
- Owner: arjunraj79
- Created: 2024-08-30T20:21:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:47:20.000Z (9 months ago)
- Last Synced: 2025-01-21T07:43:05.486Z (4 months ago)
- Topics: password-safety, password-strength, python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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