To-Do List App (CLI) A simple console-based To-Do List manager built with Python. Features Add tasks View tasks Remove tasks Persistent storage using tasks.txt How to Run python todo.py --- TO-DO LIST MENU --- 1. View Tasks 2. Add Task 3. Remove Task 4. Exit