Awesome-Python-Scripts/Random_Password_Generator/README.md
Professor Renderer von Gadgetmeister 3cf7191488 Add Random Password Generator
Adds a random password generator
2018-10-04 13:31:04 -04:00

425 B

Random Password Generator

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.

Requirements

Python 3 and higher or Python 2 and higher

Usage

For Windows users:

$ python PasswordGenerator.py

For Mac/Linux/Unix users:

$ ./PasswordGenerator.py