Parsegument Overview
What is Parsegument?
Parsegument is a Python Library for argument parsing and function execution.
You can easily define command structures and arguments, and route them to different functions
Why use Parsegument?
Parsegument simplifies the process of creating commands and handling function execution based on string inputs.
It is useful for building command-line-interfaces (CLIs), and other applications that require function execution based on text input!
Installation
pip install parsegument