A simple case converting tool. convertcase.py works with words or sentences. If more than one word, make sure you wrap the sentence in single quotes.
usage: convertcase.py [-h] --convert string
Change the case of a word or sentence. Wrap sentences with single quotes, or double quotes if you have apostrophes in the string.
positional arguments:
string A string to be converted
options:
-h, --help show this help message and exit
--convert , --con Convert the case of the string. Allowed options are: upper, lower, title, sentence, sarcastic, all
Omar López