/python-fire-demo

A demo for creating a command line tool using python-fire

Primary LanguagePythonMIT LicenseMIT

python-fire-demo

A demo for creating a command line tool using python-fire

Setup

Install this using

$ python setup.py install

That 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!