Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orf/uni_timetables

A quick timetabling application written in Python using Flask
https://github.com/orf/uni_timetables

Last synced: 16 days ago
JSON representation

A quick timetabling application written in Python using Flask

Awesome Lists containing this project

README

        

uni_timetables
==============

A quick timetabling application written in Python using Flask

#### Quickstart
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.