Command-Line & Dev Tools

Tools that make it easier to build and use command-line programs.

Command-Line & Dev Tools

argcomplete

The invisible helper that lets you hit Tab in a terminal and have it just know what you meant.

Command-Line & Dev Tools

click

The reason typing --help after a command actually gives you a clean, useful answer.

Command-Line & Dev Tools

colorama

The tiny fix that stopped Windows terminals from displaying colored text as garbled nonsense.

Command-Line & Dev Tools

fire

Point this at almost any piece of Python code, and it instantly becomes something you can run from a terminal.

Command-Line & Dev Tools

prompt-toolkit

The engine behind command lines smart enough to highlight your syntax while you type.

Command-Line & Dev Tools

questionary

Turns clunky type-your-answer-and-press-enter prompts into something people actually enjoy filling out.

Command-Line & Dev Tools

rich

The library that makes a plain black terminal look like it belongs in a sci-fi movie.

Command-Line & Dev Tools

textual

Full, clickable app interfaces that live entirely inside a text terminal, no browser, no window manager, just text.

Command-Line & Dev Tools

tqdm

The little bar that tells you a slow computer task isn't secretly broken, it's just working.

Command-Line & Dev Tools

typer

Write a normal Python function, and it magically becomes a slick command-line tool with autocomplete.