Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 626 Bytes

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"