Jan 15, 2021

Python Fire Module

Today, I discover a python module called Fire. 

It is a library for generating command line interface (CLI) 😄. It is a simple way to help create CLI with Python. 

Check this out at Overview - Python Fire.

Installation

To install Python Fire, run: pip install fire