Supported languages for QuickStart: - english - deutsch
Program language: english
Die Inhalte des TimeTableParser (TTP) wurden mit größtmöglicher Sorgfalt und nach bestem Gewissen erstellt. Dennoch übernimmt der Anbieter dieser Applikation keine Gewähr für die Aktualität, Vollständigkeit und Richtigkeit der bereitgestellten csv/ics-Dateien und weiterer Inhalte.
Zum Benutzen der Anwendung wird Python Version 3.7.2 (oder höher) benötigt.
Installiere Abhängigkeiten mithilfe von pip
pip install -r requirements.txt- Lege die auszulesende Stundenplan-PDF in den Input-Ordner ab (
data/input) -
python python-scripts/main.py - Es folgt eine Konsolenabfrage zu den gewünschten Modulen.
- Formatierter Stundenplan ist in dem Output-Ordner in Form von einer
.csv- oder.ics-Datei, zu finden (data/output) - Importiere das gewünschte Format in den Kalender
.ics= für Apple Anwendungen.csv= für Meisten anderen Kalenderanwendungen
+---data
| +---cache
| +---input
| +---output
+---python-scripts
+---classes
| +---controller
| +---file_management
| +---interface
| +---models
| +---timetable_parts
+---helper
+---packages
The contents of the TimeTableParser (TTP) were compiled with the greatest possible care and in accordance with in the best of conscience. Nevertheless, the provider of this application does not assume any liability for the topicality, completeness and correctness of the csv/ics files and other content provided.
Python version 3.7.2 (or higher) is needed to execute the application.
Install using pip
pip install -r requirements.txt- Save timetable-PDF in input-folder (
data/input) -
python python-scripts/main.py
- A console query will ask you to choose your modules
- Formatted timetable will be created in form of a
.csv- or.ics-file, depending on your choice, in the output-folder (data/output) - Import your prefered file to your calendar
.ics= for Apple Applications.csv= for most other Applications
+---data
| +---cache
| +---input
| +---output
+---python-scripts
+---classes
| +---controller
| +---file_management
| +---interface
| +---models
| +---timetable_parts
+---helper
+---packages