From 3d3020d4452c39c65df4da5753a2c6506b7f6da5 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Wed, 22 Dec 2021 22:35:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfb3bf..c14f59c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.