Skip to content

parthbansal05/MS-Team-Class-joiner

Repository files navigation

MS Team Class joiner

python project for joining classes on time

How to use

simply replace images with there counterpats at that time using snipping tool (win+shift+s)
edit Timetable.json with, class scheduled or not(bool), subject code,teacher name, start time, end time, row and column number for the team

"time": [ <--------Block containing times for different classes
{
"ID": 0, <--------ID for the cell
"class": 1, <--------Class ID
"name": "CSE", <--------Class name
"t-name": "", <--------Teacher's name
"start": 915, <--------Class start time
"end": 1015, <--------Class end time
"number": 4, <--------Collumn number for the team (starts form 0)
"row": 0 <--------Row number for the team (starts form 0)
},