Monday, June 19, 2017

Portfolio Day 1 Week 3

1. I designed a password generator in Python.  It randomly generates a password and its length and complexity varies depending on how strong you say you want it to be.
2. The requirements for this project are user input to see how strong they want their password, a list of part (or all) of the password, and a randomly picked password from the list (or randomly picked symbols, numbers, and/or letters).

No comments:

Post a Comment