Command-line interfaces

Name Short description 🚦
typer A user-friendly and intuitive CLI system. Built on click. 🟢
click Makes nice-looking CLIs, and more configurable than argparse. Uses decorators. 🟠
argparse Python’s builtin CLI system uses object configuration. 🟠
optparse A now-deprecated CLI system built into Python. 🔴

Other useful tools for CLIs

Name Short description 🚦
tqdm Progress bar for loops. 🟢