The module uses a variety of techniques to rate how strong a password is on a scale of 10.
1 = very weak, 10 = the strongest
Example of script launch on Linux, Python 3.5:
$ python3 password_strength.py
Please enter your password:
Password:
Your password strength score is: 8
The code is written for educational purposes. Training course for web-developers - DEVMAN.org