Skip to content

This is a CLI which has options to generate random password based on length, special characters, numbers, uppercase, lowercase letters etc And it can also fix a password to make it more complex and secure without losing its originality.

License

Notifications You must be signed in to change notification settings

kituuu/RandomPasswordGeneratorCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Password Generator CLI using Click and nltk

This is a CLI which has options to generate random password based on length, special characters, numbers, uppercase, lowercase letters etc And it can also fix a password to make it more complex and secure without losing its originality.

Installation

Install with pip or pip3 (depending upon the operating system)

for windows

  pip install -r requirements.txt
  cd RandomPasswordGeneratorCLI
  python randPass.py [options]

for mac

  pip3 install -r requirements.txt
  cd RandomPasswordGeneratorCLI
  python3 randPass.py [options]

About

This is a CLI which has options to generate random password based on length, special characters, numbers, uppercase, lowercase letters etc And it can also fix a password to make it more complex and secure without losing its originality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages