This project was created for my Level 3 Software Development course.
It is a Python task manager that allows users to create and manage tasks using file handling.
- Add tasks
- Store tasks in a CSV file
- Read saved tasks
- Update task information
- Python
- File handling
- CSV files
- User input
- Problem solving
This project helped me understand how programs can save and retrieve data from files.