Demo: Timetable Generator
A timetable generator application which can be used to generate timetables for schools, colleges for each class for 5 days in a week by providing respective csv files.
- Generates timetables for each class in the csv file.
- Teachers can see their personal timetables.
- Teachers wont be allotted the same slot on the same day.
- Optimizes the process to finish within limited slots using Graph Coloring.
- Graph Coloring Algorithm to avoid conflicts like teachers being assigned courses at the same time and day.
- Django
- Python
- HTML
- CSS
- JavaScript
- jQuery