A console-based todo app written in python for managing tasks with persistent storage (sqlite3).
User can:
- Show Tasks
- Add Tasks
- Remove Tasks
- Update Tasks
- Assign Status ("todo","pending", "done")
1. Start
2. Choice Menu appears
3. Take input from user for choice
4. Show Output based on his choice:
5. Display / Add (with status) / Update (status/tasks) / Remove Tasks / Exit
git clone https://github.com/ch-arslanahmad/todo-app-python/
cd todo-app-python
python main.py # write python3 if needed