education
June 25, 2020
List and discuss key challenges (For example, physical, psychological, or social) related to sexuality that people face in later life. What steps can be taken to promote the sexual health of people in the later stages of life?
June 25, 2020
Show all

Intro to python- Bulk Password Check

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, also this link if you need any additional help.
https://www.youtube.com/watch?v=4f8-01PlYMM&feature=emb_title

Leave a Reply

Your email address will not be published. Required fields are marked *