Project #3: Passwords (after strings)
- Due No Due Date
- Points 20
- Submitting a file upload
In this project, you will be creating and submitting two python files:
- a password generator
- named exactly: password_generator.py
- NO inputs
- ONE output (a printed password)
- a password checker
- named exactly: password_checker.py
- THREE inputs (username, ID number, password)
- ONE output ('GOOD' or 'BAD').
Click here for detailed instructions: http://blog.jrheard.com/python/passwords
Rubric
Please include a title
Criteria | Ratings | Pts |
---|---|---|
Scope - fully implements available / required elements
threshold:
pts
|
pts
--
|
|
Correctness - no bugs, coded elements work well
threshold:
pts
|
pts
--
|
|
Design - code is written clearly, efficiently, elegantly, logically, and/or creatively
threshold:
pts
|
pts
--
|
|
Style - code is readable (commented, variables well named)
threshold:
pts
|
pts
--
|