python-cli-patterns

Installation
SKILL.md

Python CLI Patterns

Modern CLI development with Typer and Rich.

Basic Typer App

import typer

app = typer.Typer(
    name="myapp",
    help="My awesome CLI application",
    add_completion=True,
)
Installs
1
GitHub Stars
109
First Seen
Jan 30, 2026
python-cli-patterns — neversight/skills.sh_feed