https://github.com/dboyara/password-generator
Simple password generator for Python >= 3.6
https://github.com/dboyara/password-generator
Last synced: 8 months ago
JSON representation
Simple password generator for Python >= 3.6
- Host: GitHub
- URL: https://github.com/dboyara/password-generator
- Owner: DBoyara
- Created: 2019-06-30T12:04:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T11:18:04.000Z (about 5 years ago)
- Last Synced: 2024-10-18T23:19:56.065Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
###### Simple password generator.
You can use it:
`git clone https://github.com/DBoyara/Password-generator.git`
`cd Password-generator`
And you can start without params:
`python gener_pass.py`
Have a result in console:
`Your strong password n1"7gBB2(GnJcQ with 14 symbols`
But you can use the following parameters:
_**-u** Required number of uppercase characters, **default=5**_
_**-l** Required number of lowercase characters, **default=4**_
_**-n** Required number of digits, **default=3**_
_**-s** Required number of special characters, **default=2**_
For example:
`python gener_pass.py -u 5 -l 1 -n 8 -s 5`
`Your strong password (174"SYE7p1V08V&>!9 with 19 symbols`
You can also pass an optional argument:
`python gener_pass.py -o`
`python gener_pass.py -u 5 -l 1 -n 8 -s 5 -o`
And get only the password, like here example:
`g"F1#JjFlX9Hk9`
`R!*S05:808$LZ"x8Z78`