Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 481 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 481 Bytes

What is this?

Python script to show the menu from UFSCar's community restaurant from terminal.

How to use?

First time setup:

pip install --user -r requirements.txt
chmod u+x cardapio
chmod u+x download.sh

Linux requirements

curl
xrandr

Launch:

./cardapio

Others

If you've used the script before but you're wanting the menu from today on, just remove ru.html:

rm /tmp/cardapio-ru/ru.html

Accepting contributions!