This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer (mmk2410) 7ee3050fcf Updated README 2016-02-08 13:11:36 +01:00
uulm_mensa Published to pypi 2016-02-08 13:04:16 +01:00
.gitignore Published to pypi 2016-02-08 13:04:16 +01:00
LICENSE Initial commit 2015-12-13 14:30:01 +01:00
MANIFEST.in Published to pypi 2016-02-08 13:04:16 +01:00
README.md Updated README 2016-02-08 13:11:36 +01:00
setup.py Published to pypi 2016-02-08 13:04:16 +01:00

README.md

#Mensaplan GitHubrelease GitHub license

A python script for viewing the menu of the canteens of the Studierendenwerk Ulm in Ulm. The supported canteens are:

  • Mensa University
  • CafeteriaB
  • Southside Burgerbar
  • Bistro
  • Cafeteria West
  • WestSideDiner
  • Mensa Hochschule

Installation

sudo pip3 install uulm-mensa

##Usage After making the mensaplan.py executable with chmod +x mensaplan.py you have the following options:

uulm-mensa place
Print the todays menu at the place.

uulm-mensa place [mon, thu, wed, thur, fri]
Print the menu at the place of the given weekday.

Supported places are:
Mensa University:    mensa
Bistro:              bistro
Burgerbar Southside: burgerbar
CafeteriaB:          cafeteriab
Cafeteria West:      west
West Side Diner:     westside
Mensa Hochschule:    hochschule

Credits

Thanks a lot at Thomas Lukaseder and his Mensaplan Parser.

License

MIT License