mirror of
https://codeberg.org/andyscott/password-generator-cli.git
synced 2024-11-09 06:00:50 -05:00
Update 'README.md'
This commit is contained in:
parent
378a133555
commit
c974d8fcb0
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
# password-generator-cli
|
# password-generator-cli
|
||||||
|
|
||||||
A simple password generator written in Python. Excludes ambiguous characters by default and gives the user the option to include uppercase letters, numbers, and symbols.
|
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.
|
Loading…
Reference in a new issue