Built during Python internship at Coding Raja Technologies, May–June 2024.
A command-line to-do list manager that lets users add, view, complete, and delete tasks. Tasks are saved to a file so they persist between sessions.
- Add new tasks
- View all tasks with completion status
- Mark tasks as done
- Delete tasks
- Data saved automatically to tasks.txt
Python · OOP · File Handling · CLI
python todo_list.pyMenu:
1. Add Task
2. View Tasks
3. Mark Task as Done
4. Delete Task
5. Exit
Vasanth Reddy Lingala — Coding Raja Technologies Internship, 2024