Go to file
Alexandre Possebom 2a6525758a Updated README 2014-09-20 20:26:07 -03:00
LICENSE Initial commit 2014-09-20 13:59:03 -03:00
README.md Updated README 2014-09-20 20:26:07 -03:00
twik Fixed options 2014-09-20 20:22:38 -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 3for NUMERIC

  • TODO
  • Only ALPHANUMERIC_AND_SPECIAL_CHAR password type is working