Skip to content

Thomrl/PyPasswordGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PyPasswordGen

A nice little password generator written in python.

-h = help.

-l = specify length of the generated password. -l 30 for 30 character.

-o = enable letters, numbers and symbols. 1 = letters, 2 = numbers, 3 = symbols. -o 12 for letters and numbers. -o 31 for letters and symbols. The order does not matter.

-c = make all letters lowercase.

-C = make all letters uppercase.

pwgen.py -l 20 -o 12 -c will make a 20 character long password with numbers and lowercase letters.

pwgen.py -l 60 -o 13 will make a 60 character long password with letters and symbols.

pwgen.py with no other specifications (default), will make a 22 character long password with all options enabled.

pwgen.py -l 22 -o 123 will generate a password just like the dafault settings.

About

Little password generator written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages