Skip to content

gEth0/Classroom-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classroom-Clock

Simple Python application for organize your online lessons

How to use:

  • 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.py

or

python classroom-clock.py

Setting up files :

In 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": []
}

Found a bug or an issue?

Report it on the issue tab up here

gEth0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages