Approach to Making a School Timetable Generator in Python

Scheduling in general is an optimization problem. I think you are not on the right track. You should check TSP+GA for a start. Evolutionary algorithms or LP in general applied to planning.