Skip to content

rustyworks/kunci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KUNCI

Random password generator - To prevent annoying password restriction

installation: pip install kunci

usage: kunci [-h] [--total-passwords TOTAL_PASSWORDS]  
               [--total-characters TOTAL_CHARACTERS]  
               [--total-uppercase TOTAL_UPPERCASE]  
               [--total-numbers TOTAL_NUMBERS]  
               [--total-punctuations TOTAL_PUNCTUATIONS]  

Generate password  

optional arguments:  
  -h, --help            show this help message and exit  
  --total-passwords TOTAL_PASSWORDS  
                        How many passwords you want to generate  
  --total-characters TOTAL_CHARACTERS  
                        How many characters to your passwords  
  --total-uppercase TOTAL_UPPERCASE  
                        How many uppercase to your passwords  
  --total-numbers TOTAL_NUMBERS  
                        How many numbers to your passwords  
  --total-punctuations TOTAL_PUNCTUATIONS  
                        How many numbers to your passwords  

About

Random password generator - To prevent annoying password restriction

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages