- clone this repository or download the zip file
- Install all depencies needed by typing:
pip install -r requirements.txt- Then simply run the python file by typing :
python3 classroom-clock.pyor
python classroom-clock.pyIn the lessonsSchedule.json file replace the links in the square brackets to your classroom pages in the order you have the lessons that day.
It should look like this :
{
"Monday": [
"https://linktosomething.com"
],
"Tuesday": [
"https://linktosomething.com"
],
"Wednesday": [
"https://linktosomething.com"
],
"Thursday": [
"https://linktosomething.com"
],
"Friday": [],
"Saturday": [
"https://linktosomething.com"
],
"Sunday": []
}Report it on the issue tab up here
