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