lighterland/command-line-todo
A simple command-line tool for managing a to-do list. It allows the user to create, view, and mark off items on their to-do list using a set of command-line arguments. Implemented in Python using the `argparse` module.
Python