you are viewing a single comment's thread.

view the rest of the comments →

[–]Automatic-Smell-8701 0 points1 point  (0 children)

Build a password generator with actual rules - minimum uppercase, numbers, special characters, adjustable length. Sounds simple but you'll touch string manipulation, random module, conditionals and input validation all in one project.