password-generator-cli/README.md
2022-01-29 11:23:17 -05:00

11 lines
628 B
Markdown

# password-generator-cli
A simple password generator written in Python. Excludes ambiguous characters by default and gives the user options to include uppercase letters, numbers, and symbols.
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.
### Contributors
[![](https://codeberg.org/avatars/728382900bd1302d92cfbebc01ee00ef)](https://codeberg.org/agileDesigner)