Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 455 Bytes

password-score-calculator

A utility program to calculate password score on the basis of password strength

https://pypi.org/project/password-strength-calculator \

pip install password-strength-calculator

Documentation
score,class=password_strength_calculator.score(password)

score-> score of the password(integer)
class-> class of the password (very weak, weak, neutral, strong, very strong)\ password-> the input password(string)