Menu

Tree [344978] master /
 History

HTTPS access


File Date Author Commit
 passgen 2017-04-08 Gaidukov Taras Gaidukov Taras [344978] Changed version
 .gitignore 2017-04-08 Gaidukov Taras Gaidukov Taras [38b3d6] Fixed copy to clipboard
 README 2016-08-19 Gaidukov Taras Gaidukov Taras [44fbf5] Added README file
 setup.py 2017-04-08 Gaidukov Taras Gaidukov Taras [344978] Changed version

Read Me

==========================================
 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.