Skip to content

AlbertoVf/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Simple password generator Cli with Python.

Usage

# Print help command
python password_generator.py -h
# Generate password with 20 lowercase letters
python password_generator.py -l 20 -a
python password_generator.py -l 20 --alpha
# Generate password with 20 lowercase letters and numbers
python password_generator.py -l 10 -a -n
python password_generator.py -l 10 -a --numbers
# Generate 10 passwords with 10 characters. include all possible character
python password_generator.py -l 10 -a -A -n -s -m 10

Releases

No releases published

Packages

No packages published

Languages