2026-06-04 08:48:13 -04:00
2026-06-04 08:48:13 -04:00
2026-06-04 08:48:13 -04:00

Python TUI Checklist

A minimal terminal checklist app with no dependencies — just the Python standard library.

Usage

Run with the built-in sample tasks:

python checklist.py

Or pass your own items as arguments:

python checklist.py "Task one" "Task two" "Task three"

Controls

Key Action
/ Move cursor
Space Toggle checkbox
+ or i Add a new task
A Check all
N Uncheck all
q Quit and show final state

Requirements

  • Python 3.6+
  • No third-party packages — works out of the box on Windows, macOS, and Linux
Description
Fast demo to create a TUI Checklist
Readme 25 KiB
Languages
Python 100%