Python CLI Libraries and Notes
- Argparse builtin
- Click the classic python cli library
- Typer minimalist and easy to add
- Plumbum does some crazy unix stuff
Also Python Printing Libraries like [Rich]((./printing_in_python.md#rich) will be really relevant.