Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 357 Bytes

Password Generator

Creates a unique password after asking the user what they want in a password

Asks how many characters they want between 8 and 128

Asks if they want upper case letters

Asks if they want lower case letters

Asks if they want numbers

Asks if they want special characters

Generates a password with their unique inputs