kernelpanik / PasswordGen

Simple password generator in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PasswordGen

Simple password generator in Python

usage: pwd-gen.py [-h] [-s] [-i] [-l N]

optional arguments:
-h, --help      Show this help message and exit
-s, --symbol     Include Symbols. (e.g. @#$%)
-i, --include      Include Similar Characters (e.g. i, l, 1, L, o, 0, O)
-l N, --length N   Set password length

About

Simple password generator in Python

License:Apache License 2.0


Languages

Language:Python 100.0%