Skip to content

Build a Stundenplan from a list of lecture and exercise times.

License

Notifications You must be signed in to change notification settings

schokotets/make_stundenplan

Repository files navigation

make_stundenplan.py

Build a Stundenplan from a list of lecture and exercise times.

Input definition

Enter the list as csv per stdin:

  • first line: comma-separated list of important module names
  • every line thereafter: comma-separated list of
    • module name
    • either "Vorlesung" or "Übung"
    • day of the week (German, uppercase)
    • time of day: [0-9]. DS
    • location

Sample input

course_list.csv:

Prog,MMI
Prog,Vorlesung,Freitag,4. DS,Loc1
Prog,Übung,Mittwoch,1. DS,Loc2
Prog,Übung,Mittwoch,2. DS,Loc3
MMI,Vorlesung,Dienstag,6. DS,Loc4

Running

./make_stundenplan.py < course_list.csv

About

Build a Stundenplan from a list of lecture and exercise times.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published