mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Project Documentation Init
This commit is contained in:
parent
1f9b57a49e
commit
6e4a8580b8
38
scripts/Password Srength Checker/Readme.md
Normal file
38
scripts/Password Srength Checker/Readme.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# 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```
|
||||
|
||||
1. Install the Password Strength Package using the following command:
|
||||
|
||||
`pip install password-strength`
|
||||
|
||||
Official Documentation: https://pypi.org/project/password-strength/
|
||||
|
||||
2. 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.
|
||||
|
||||
<img src="./demo.png">
|
||||
|
||||
## ```Test Cases```
|
||||
|
||||
The following test cases were used to test the script:
|
||||
|
||||
<div align="center">
|
||||
|
||||
| Password | Strength |
|
||||
| --- | --- |
|
||||
| milkywaygalaxy | 56% |
|
||||
| iamacoderfromkolkata@123 | 91% |
|
||||
| asdfghjkl | 32% |
|
||||
| Hacktoberfest2022 | 75% |
|
||||
|
||||
</div>
|
||||
|
||||
## Author
|
||||
Name: [Abhishek Kushwaha](https://github.com/Abbhiishek)
|
Loading…
Reference in New Issue
Block a user