A simple Python-based system for managing student tasks and assignments in an open-source style workflow.
This project allows users to create, manage, and track tasks such as homework or assignments. It demonstrates basic task management and file handling using Python.
- Add tasks (title, subject, deadline, priority)
- View all tasks
- Mark tasks as completed
- Generate reports:
- tasks_report.txt
- tasks.csv
python main.py
The program generates:
- tasks_report.txt → Summary of all tasks
- tasks.csv → Structured task data
- List, Dictionary
- File Handling
- Functions
JIANG WENLONG
This project is licensed under the MIT License.