Made with Python 3, uses the built-in libraries in Python.
Run tkinter_ui.py with python 3
Generates a random password that you can customize with:
- Specified length
- Capital letter requirement
- Symbol requirement
- Any other required characters that you input
All the generated passwords include numbers and letters.
Weak: composed of a random adjective, a random nouns, and a random number repeated.
Medium: slice of the alphabet, followed by numbers.
Secure: mix of random letters in both caps and lowercase, followed by a string of random numbers.
Strong: random characters (symbols, letters, numbers)