Update README.md

This commit is contained in:
Andrew Scott 2021-12-22 22:35:06 -05:00
parent 04d294fe10
commit 3d3020d445
Signed by untrusted user who does not match committer: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -2,4 +2,6 @@
A simple password generator written in Python. Excludes ambiguous characters by default and gives the user options to include uppercase letters, numbers, and symbols.
Usage: Clone this repository or download the password_generator.py file. Run with ```python password_generator.py```, or the equivalent for your system, and follow the prompts to create your new password.
Written using a class instead of a simple script because I wanted more practice with classes in Python.
Usage: Clone this repository or download the password_generator.py file. Run with ```python password_generator.py```, or the equivalent for your system, and follow the prompts to create your new password.