ASeriousMister / passgen.py

Yet another password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passgen.py

Yet another random password generator

Usage

To use it simply run

python3 passgen.py

and the generated password will be shown in your terminal window.

Password specs

  • Random lenght between 16 and 20 characters
  • Includes uppercase and lowercase letters, digits and symbols

Disclaimer

The tool does not log the genrated passwords, so make sure to store them safely by yourself. There is no guarantee about passwords' quality, use them only if you think they fit your needs.

About

Yet another password generator

License:GNU General Public License v3.0


Languages

Language:Python 100.0%