todo-app
A simple command-line todo application built in Python.
View Repository →Overview
A lightweight command-line todo manager written in Python — a focused CLI utility for managing tasks without leaving the terminal.
Purpose
To have a minimal, no-frills todo tool that lives entirely in the terminal — no GUI, no syncing, no dependencies beyond Python.
Stack
- Language: Python 3
- Interface: CLI (argparse / click)