Android:
git clone
# Linux & MacOS
# this code will install asztal in your home directory
cd $HOME
git clone https://github.com/bczsalba/asztal
cd asztal
sudo python3 -m pip install requests
# After this, you can launch asztal by running `python3 asztal.py` in a terminal.
There are some extra features not immediately apparent:
-o
will force the program to source info from storageforcett.py
with the right syntax will be used as timetable, not Kreta info~/asztal/forcett.py |
---------------------
timetable = [
[
{
"start": "16:20",
"end": "19:30",
"subject": "Mathematics",
"classroom": "Second corridor on the left",
"teacher": "Albert Einstein"
},
...
]
]
Sources & Contributions | |
---|---|
Original API | BoA |
Extra Help | Filc |
Updated API | Me |