A quick timetabling application written in Python using Flask
Install flask and flask-sqlalchemy then run:
python parser.py
This will parse all department timetables inside the to_parse folder and create a database. Simply run
python timetables.py
and the application will be started.