Awesome Python package you need to be using
2 min readDec 30, 2021
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
So, let’s talk about an awesome Python package that allows us to automatically generate command line interfaces from any Python object! Luckily for us, this packages is hosted on GitHub, check out the link below to learn more about this package:
Essentially, this package will help you create CLIs from any Python object, here are a few highlights of this package:
If this sounds awesome to you, installation of this package is very easy, we can pip install this package: