password-generator-cli/README.md

12 lines
574 B
Markdown
Raw Normal View History

2021-12-15 14:32:50 -05:00
# password-generator-cli
2021-12-15 14:38:29 -05:00
A simple password generator written in Python. Excludes ambiguous characters by default and gives the user options to include uppercase letters, numbers, and symbols.
2021-12-22 22:35:06 -05:00
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.
2022-01-29 11:23:17 -05:00
2022-05-31 12:20:35 -04:00
### Contributor
2022-01-29 11:23:17 -05:00
2022-05-31 12:20:35 -04:00
[agileDesigner](https://codeberg.org/agileDesigner)