The program asks user for the password, evaluate its strength and prints the score.
$ python password_strength.py # maybe you should use python3 instead of python due to your system dependencies
Enter your password: # hidden input
Your password has score: 5 of 10
The code is written for educational purposes. Training course for web-developers - DEVMAN.org