Skip to content

jbellavance34/python_password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

python_password

python password generator

Usage

python3 ./index.py -h
usage: index.py [-h] [-l LENGHT] [-s SPECIAL_CHAR] [-n NUMBERS]

Generate a random password

optional arguments:
  -h, --help            show this help message and exit
  -l LENGHT, --lenght LENGHT
                        lenght of the password (default:10)
  -s SPECIAL_CHAR, --special_char SPECIAL_CHAR
                        activates special characthers
  -n NUMBERS, --numbers NUMBERS
                        activates numbers

Exemple run

python3 ./index.py -l 20 -n true
Generated password "yk6riujjouaq2827af4l"

About

python password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages