Create Random-Pass-App.md

pull/467/head
DeeDeeAich 4 years ago committed by GitHub
parent b47cf8261f
commit 908bc1a2db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save