This program randomly generates a secure password using a mix of letters, both caps on and off, numbers, and punctuation, then outputs the results and saves them as a text document.
Python 3 and higher or Python 2 and higher
For Windows users:
$ python PasswordGenerator.pyFor Mac/Linux/Unix users:
$ ./PasswordGenerator.py