==========================================
PyPassGen Simple Password Generator
==========================================
Homepage: http://pypassgen.sourceforge.net/
Author: Taras Gaidukov
================================
Installation Instructions:
================================
Dependencies:
Python 3.x
tkinter module for python (for pypassgen-tk GUI)
Build and install by running:
$ python setup.py build
$ sudo python setup.py install
================
Usage notes:
================
This script generates passwords choosing random symbols from the set. By default
the set of symbols contains lowercase and uppercase latin letters and decimal
digits. To enable all printable ASCII symbols you may specify an option -p in
command-line.
Usage:
pypassgen [OPTIONS...] LENGTH [LENGTH...]
Options:
-h View this help
-p Use all printable ASCII characters
-l Do not use uppercase letters
LENGTH Set the length of password you want to create. Default length is
12 symbols. You may specify multiple values to generate more
than one password.