Skip to content

cyn110/password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

password_generator

Written in Python 3, by default generates a random password of the length of 16 that contains upper and lower cases, digits and symbols ( !"#$%&'()*+,-./:;<=>?@[]^_`{|}~).

Usage

Usage:
    PasswordGenerator.py [-h -l -c -C -d -s]
Options:
    -h, --help        <-- you are here
    -l, --length      number of the characters (default: 16)
    -c, --lower       exclude lowercase (off)
    -C, --upper       exclude uppercase (off)
    -d, --digit       exclude digit (off)
    -s, --symbol      exclude symbol (off)

About

Generate random passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages