Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orf/uni_timetables
- Owner: orf
- Created: 2013-10-11T12:35:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T13:14:28.000Z (about 11 years ago)
- Last Synced: 2023-03-12T06:24:36.479Z (over 1 year ago)
- Language: JavaScript
- Size: 484 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 runpython timetables.py
and the application will be started.