Merge 908bc1a2db
into 08b771c863
commit
29b95aaa5b
@ -0,0 +1,29 @@
|
|||||||
|
# Random Password Generator
|
||||||
|
|
||||||
|
**Tier:** 1-Beginner
|
||||||
|
|
||||||
|
Build a program that generates a user-specified length password using a mixture of characters (A-Z, 1-9, etc)
|
||||||
|
|
||||||
|
- Basic understanding of randomly generated strings
|
||||||
|
- Basic understanding of printing variables to the screen, and user input
|
||||||
|
- Extra features can help you improve programming skills.
|
||||||
|
|
||||||
|
# User Stories
|
||||||
|
|
||||||
|
- [ ] User can specify length of password
|
||||||
|
- [ ] User can see randomly created password
|
||||||
|
|
||||||
|
# Bonus Features
|
||||||
|
|
||||||
|
- [ ] User can set what characters/phrases that are included in the password
|
||||||
|
- [ ] Splicing and randomizing specified strings that are used when prompted
|
||||||
|
- [ ] GUI Password Generator
|
||||||
|
|
||||||
|
# Useful Links and Resources
|
||||||
|
|
||||||
|
- [Random Password Generator in Python](https://medium.com/analytics-vidhya/create-a-random-password-generator-using-python-2fea485e9da9)
|
||||||
|
- [Strings Python Class](https://docs.python.org/3/library/string.html)
|
||||||
|
|
||||||
|
# Example Projects
|
||||||
|
|
||||||
|
- [PHP Password Generator](https://github.com/hackzilla/password-generator)
|
Loading…
Reference in new issue