Updated README

This commit is contained in:
Alexandre Possebom 2014-09-20 20:26:07 -03:00
parent ff9e3f5f7d
commit 2a6525758a
1 changed files with 8 additions and 10 deletions

View File

@ -3,17 +3,15 @@ Twik
Python version of Twik Python version of Twik
Only support Alphanumeric and Special Chars Usage: twik [-h] [-c C] [-p {1,2,3}] tag
positional arguments:
tag generate password for a specified tag
optional arguments:
Usage : twik -c 12 -t reddit -h, --help show this help message and exit
-c C length of generated password
-c is length -p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC and 3for NUMERIC
-t is tag
* TODO * TODO
* Better command line options support * Only ALPHANUMERIC_AND_SPECIAL_CHAR password type is working
* Add support for anothers password types