I'm currently on a quest to solidify my Python foundation by going back to the roots and build simple python projects. This is more of self study but if it helps anyone to want to use it for their specific needs, please do not hesitate to copy and use it.
Using Python to build a basic password generator that includes Upper and lower case letters, allowed symbols and numbers.
- For Loops
- Range
- Code Blocks