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-
Windows
- Führe TTP.exe in release/vX-X-X/ aus. Hinweis: Du musst evtl. die Datei vorher entpacken.
- Füge Stundenpläne hinzu, die konvertiert werden sollen.
- Setze die Einstellungen, die du willst.
- Lese und erkläre dich mit den AGB/TOS einverstanden. Hinweis: Hierfür musst du Englisch verstehen können.
- Drücke auf 'Parse Timetable(s)'.
- Wähle die Module aus, die in den Kalendar integriert werden sollen.
- Drücke auf 'Create Calendar'.
- Der Calendar befindet sich im Verzeichnis ./data/output.
-
Andere Betriebssysteme
- Führe
python python-scripts/main.pyin dem Wurzelverzeichnis aus. - Füge Stundenpläne hinzu, die konvertiert werden sollen.
- Setze die Einstellungen, die du willst.
- Lese und erkläre dich mit den AGB/TOS einverstanden. Hinweis: Hierfür musst du Englisch verstehen können.
- Drücke auf 'Parse Timetable(s)'.
- Wähle die Module aus, die in den Kalendar integriert werden sollen.
- Drücke auf 'Create Calendar'.
- Der Calendar befindet sich im Verzeichnis ./data/output.
- Führe
+---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-
Windows
- Run TTP.exe in release/vX-X-X/. Hint: You might need to unzip it first.
- Add Timetables that are going to be parsed.
- Adjust settings to your liking.
- Read and agree to Terms of Service.
- Press 'Parse Timetable(s)'.
- Choose desired modules for the calendar.
- Press 'Create Calendar'.
- The calendar will be in ./data/output.
-
Other OS
- Run
python python-scripts/main.pyin root-directory. - Add Timetables that are going to be parsed.
- Adjust settings to your liking.
- Read and agree to Terms of Service.
- Press 'Parse Timetable(s)'.
- Choose desired modules for the calendar.
- Press 'Create Calendar'.
- The calendar will be in ./data/output.
- Run
+---data
| +---cache
| +---input
| +---output
+---python-scripts
+---classes
| +---controller
| +---file_management
| +---interface
| +---models
| +---timetable_parts
+---helper
+---packages