Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).

computer science

Description

It is an intro to python class but your goal is to create a Python script (Program) that will present the user with two different options. See PDF for full instructions.

1) Open an Input text file (Users-Pwds.txt) that contains usernames and passwords. Then create an Output text File (Users-Pwds-Chked.txt). The output text file will contain the username, password, and strength (Weak or Moderate or Strong).
2) A Password Generator that will prompt the user for a username and randomly generate a STRONG password. Then it will append the new username and password to the Input text file (Users-Pwds.txt).

All step by step instructions can be found in the attach links and a link to a youtube video to the project that provides additional help.


Related Questions in computer science category