Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 405 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 405 Bytes

Password Generator

  • A random password generator that runs in your terminal
  • Includes letters, digits and symbols
  • Passwords are between 8 and 32 characters

Why?

  • Much quicker and safer than a web application
  • No trackers and key loggers to worry about
  • Password length restriction is to comply with most account setup requirements

How?

Type the command below:

python3 app.py