No description
  • Python 99.7%
  • Shell 0.3%
Find a file
2025-11-19 16:00:16 +01:00
data Update 13.10.2025. A 2025-10-13 16:59:37 +02:00
data_selection Update 13.10.2025. A 2025-10-13 16:59:37 +02:00
export Regen plus 2025-10-15 17:58:23 +02:00
extraction_tool_bsc_msc Automata added 2025-10-22 00:34:10 +02:00
extraction_tool_dr_ing Automata added 2025-10-22 00:34:10 +02:00
extraction_tool_dr_rer_nat Automata added 2025-10-22 00:34:10 +02:00
functions Mathfix 2025-11-05 20:33:39 +01:00
images After Udo 2025-11-05 18:48:50 +01:00
settings Mathfix 2025-11-05 20:33:39 +01:00
tools Update 13.10.2025. A 2025-10-13 16:59:37 +02:00
check_lecturer_list.py Checks 2025-11-19 00:56:39 +01:00
check_student_list.py Checks 2025-11-19 00:56:39 +01:00
combine_pdfs.sh combine pdf script 2025-11-05 19:54:39 +01:00
config.json Time set to 19:00 2025-11-05 15:00:25 +01:00
de421.bsp Update 13.10.2025. A 2025-10-13 16:59:37 +02:00
doit.sh Mathfix 2025-11-05 20:33:39 +01:00
extractor_a.py table tool 2025-11-18 18:15:47 +01:00
header_map.json Auto-Presentation 2025-11-19 16:00:16 +01:00
hip_main.dat Update 13.10.2025. A 2025-10-13 16:59:37 +02:00
list.xlsx PDF 2 PNG Converter 2025-10-14 22:34:41 +02:00
location_cache.json Add cache for position 2025-10-22 16:59:30 +02:00
make_slides.sh Auto-Slides Version 0 2025-11-18 19:08:42 +01:00
README.md Update README.md 2025-10-15 12:48:30 +02:00
replace_db.json After Udo 2025-11-05 18:48:50 +01:00
requirements.txt update requirements.txt 2025-10-15 12:38:16 +02:00
run.py main moved into functions 2025-10-22 00:14:42 +02:00
run_dr_ing.py Automata added 2025-10-22 00:34:10 +02:00
run_dr_rer_nat.py Automata added 2025-10-22 00:34:10 +02:00
run_other.py Automata added 2025-10-22 00:34:10 +02:00
script.py Auto-Presentation 2025-11-19 16:00:16 +01:00
structure.json Fb1 Structure 2025-11-19 12:26:41 +01:00
text_block.py Mathfix 2025-11-05 20:33:39 +01:00

Kern der Nutzung ist in der config.json das Jahr richtig einzutragen unter "studienjahr"

z.B.

"studienjahr": "2025/26",

Dann die Tabelle list.xlsx mit den neuen Daten füttern.

Und als letzten Schritt

python run.py

laufen lassen.

Es wird eine output.pdf erzeugt. Und wenn in der config.json aktiviert, werden PNGs der PDF Seiten unter export erzeugt. z.B. wenn es extern gedruck werden soll.

Natürlich müssen vorher die notwendigen Python Packete installiert sein:

pip install -r requirements.txt