Go to file
Alexandre Possebom f02694fa32 Fixed alphanumeric password type 2014-09-20 20:46:19 -03:00
LICENSE Initial commit 2014-09-20 13:59:03 -03:00
README.md Fixed alphanumeric password type 2014-09-20 20:46:19 -03:00
twik Fixed alphanumeric password type 2014-09-20 20:46:19 -03:00

README.md

Twik

Python version of Twik

Usage: twik [-h] [-c C] [-p {1,2,3}] tag

positional arguments: tag generate password for a specified tag

optional arguments: -h, --help show this help message and exit -c C length of generated password -p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC and 3 for NUMERIC

  • TODO
  • Need fix NUMERIC