A demo for creating a command line tool using python-fire
Install this using
$ python setup.py installThat will install the new CLI into your (active) Python environment. You can trigger the CLI using python-fire.
$ widget whack 2
whack! whack!
$ widget bang boom
boom bang!