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)