- Length of the entered password should not be greater than 15
- The entered password should have at least one uppercase letter
- Password should have at least one lowercase letter
- The entered password should have at least one numeral
- The entered password should have at least one of the symbols $@#_*
- open Password_Checker folder in terminal
- Run the following commands
chmod +x password_checker.py
./password_check.py
