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
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
Usage : twik -c 12 -t reddit
-c is length
-t is 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
* Better command line options support
* Add support for anothers password types
* Only ALPHANUMERIC_AND_SPECIAL_CHAR password type is working