Skip to content

szskill/passgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passgen - A CLI password generator

Usage

python3 main.py <arguments>

Arguments

Argument Short Description
--length -l The length of the password to generate.
--symbols -s Whether to place symbols in the password.
--upper None Whether to use upper case letters in the password.
--lower None Whether to use lower case letters in the password.
--numbers -n Whether to place numbers in the password.
--show-weaknesses -w Whether to show weaknesses of the password.

Releases

No releases published

Packages

No packages published

Languages