A simple Terminal User Interface (TUI) to-do list manager built with Python and the Textual library.
- Python 3+
textual
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
Run the application:
python main.py
- Add, edit, and delete tasks.
- Mark tasks as completed.
- Navigate via keyboard shortcuts.