https://github.com/tech-chad/random_password
https://github.com/tech-chad/random_password
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tech-chad/random_password
- Owner: tech-chad
- License: mit
- Created: 2020-08-02T22:43:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T22:43:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T19:44:54.970Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Random Password Generator
generate a random password
#### Command line options
- ```-l``` length of the password (default 10)
- ```-s``` use special characters (default 1)
- ```-n``` number of passwords to generate (default 1)
- ```-o``` save generated passwords to filename entered