A simple yet upgraded command-line To-Do List application built using Python.
It allows users to manage tasks with priorities, timestamps, completion tracking, and file storage.
- β Add new tasks with priority (High / Medium / Low)
- π Automatic timestamp when task is added
- π View all tasks in a structured format
- β Mark tasks as completed
- β Delete tasks
- πΎ Persistent storage using
tasks.txtfile
- Python 3
- Built-in
datetimemodule - File handling (read/write operations)