Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcik/plan
Timetable generator
https://github.com/adamcik/plan
Last synced: 17 days ago
JSON representation
Timetable generator
- Host: GitHub
- URL: https://github.com/adamcik/plan
- Owner: adamcik
- License: other
- Created: 2009-08-17T00:28:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T13:34:26.000Z (over 2 years ago)
- Last Synced: 2024-10-11T00:53:37.925Z (about 1 month ago)
- Language: Python
- Homepage: http://ntnu.1024.no/
- Size: 2.51 MB
- Stars: 49
- Watchers: 5
- Forks: 9
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-ntnu - Plan - Timetable generator. (Websites)
README
# Plan, a timetable generator for NTNU students
This piece of software started out as a simple tool to assist in creating
readable timetables for NTNU courses. The earliest version of the site provided
this functionality and nothing more. As more fellow students started using the
software new features where added based on personal needs and suggestions from
other students.## Today the software provides the following:
- Simple interface for adding courses.
- Customizable view of your timetable.
- Easy export to Google-Calendar via iCal.
- PDF-version for printing.
- User defined deadlines.
- Import of course data from ntnu.no or database-dumps.## Required packages
- python3-django
- python3-django-compressor
- python3-lxml
- python3-psycopg2
- python3-pylibmc
- python3-reportlab
- python3-requests
- python3-sentry-sdk
- python3-sphinx
- python3-tqdm
- python3-vobject