https://github.com/theognis1002/password-generator-cli
A simple password generator CLI tool
https://github.com/theognis1002/password-generator-cli
cryptography python3
Last synced: 24 days ago
JSON representation
A simple password generator CLI tool
- Host: GitHub
- URL: https://github.com/theognis1002/password-generator-cli
- Owner: theognis1002
- Created: 2021-09-06T22:31:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T21:22:14.000Z (over 4 years ago)
- Last Synced: 2025-03-05T04:32:15.533Z (over 1 year ago)
- Topics: cryptography, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### password generator CLI tool
A simple password generator written with the argsparse library.
```
password generator
optional arguments:
-h, --help show this help message and exit
-l LENGTH, --length LENGTH
Length of password
-x [{digits,upper,lower,symbol} [{digits,upper,lower,symbol} ...]], --exclude [{digits,upper,lower,symbol} [{digits,upper,lower,symbol} ...]]
Exclude symbol characters
```