You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
uulm_mensa | 7 years ago | |
.gitignore | 7 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 7 years ago | |
README.md | 5 years ago | |
setup.py | 7 years ago |
README.md
Mensaplan
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
Contributing
- Fork it
- Create a feature branch with a meaningful name (
git checkout -b my-new-feature
) - Add yourself to the CONTRIBUTORS file
- Commit your changes (
git commit -am 'Add some feature'
) - Push to your branch (
git push origin my-new-feature
) - Create a new pull request
Credits
Thanks a lot at Thomas Lukaseder and his Mensaplan Parser.
License
MIT License