Adds milk to the end of the word. Currently, the program cannot do more than one word in a parameter.
Release executable was made with PyInstaller.
This program has been licensed with "Do What The F-ck You Want To Public License". In short, DO WHAT THE F-CK YOU WANT TO DO WITH THIS!
Typing 'smilk' uses the default options:
>smilk
smilk
Use the -h parameter to get to the help screen:
usage: smilk [-h] [--word WORD] [--secondary_word SECONDARY_WORD]
[--milk MILK] [--version]
optional arguments:
-h, --help show this help message and exit
--word WORD, -w WORD The word itself. No spaces!
--secondary_word SECONDARY_WORD, -sw SECONDARY_WORD
Secondary word. Added after milk. Not used by default.
--milk MILK, -m MILK Milk. Default is milk.
--spaced, -s Adds spaces between the words.
--version show program's version number and exit
A valid command for smilk is:
>smilk -w chocolate
chocolatemilk
You can space the words apart by using --spaced:
>smilk -w chocolate --spaced
chocolate milk
You can use different words that are not milk by using the related arguments :
>smilk -w git -m hub -sw er
githuber