passgen-cli

Python command line password generator.


Keywords
password, generator
License
MIT
Install
pip install passgen-cli==1.4

Documentation

Passgen-cli

Simple CLI password generator. Written in Python

Installation: $ pip install passgen-cli

Example: $ passgen-cli -l 15

If you just want to execute passgencli.py by itself as a script, you can use passgencli.py as a normal script, i.e. as the command line front end to your application. Set permissions via $ chmod u+x passgencli.py and execute it:

$ ./passgencli.py -l 15