Introduction
A Command-line interface (CLI) is a way to interact with computers using textual commands.
A lot of tools that don't require GUIs are written as CLI tools/utilities. Although Python has the built-in argparse
module, other libraries with similar functionality do exist.
These libraries can help us in writing