mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-02-06 16:40:57 +00:00
.. | ||
demo.png | ||
main.py | ||
Readme.md |
Password Strength Checker
This script checks the strength of a password. It uses the Password Strength Package to check the strength of the password.
How to use
-
Install the Password Strength Package using the following command:
pip install password-strength
Official Documentation: https://pypi.org/project/password-strength/
-
Run the script and enter the password to check the strength of the password.
Output
The output will be a number percentage between 0 and 1. The higher the number, the stronger the password.
![](/mathdatech/python-scripts/media/commit/8b9973c8d2867fc18534ee76cdc68c85ae847bc5/scripts/Password%20Srength%20Checker/demo.png)
Test Cases
The following test cases were used to test the script:
Password | Strength |
---|---|
milkywaygalaxy | 56% |
iamacoderfromkolkata@123 | 91% |
asdfghjkl | 32% |
Hacktoberfest2022 | 75% |
Author
Name: Abhishek Kushwaha