mirror of
https://codeberg.org/andyscott/password-generator-cli.git
synced 2024-12-21 12:23:11 -05:00
Add contributor
This commit is contained in:
parent
c80d3cc0c5
commit
9b0eacb6bd
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ A simple password generator written in Python. Excludes ambiguous characters by
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue