-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6f0f16
commit 72aa0b1
Showing
15 changed files
with
419 additions
and
398 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# MS Team Class joiner | ||
python project for joining classes on time<br/> | ||
python project for joining classes on time<br /> | ||
|
||
# How to use | ||
simply replace images with there counterpats at that time using snipping tool (win+shift+s)<br /> | ||
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 <br /> | ||
{<br /> | ||
"ID": 0, <--------ID for the cell<br /> | ||
"class": 1, <--------Class ID<br /> | ||
"name": "CSE", <--------Class name<br /> | ||
"t-name": "", <--------Teacher's name<br /> | ||
"start": 915, <--------Class start time<br /> | ||
"end": 1015, <--------Class end time<br /> | ||
"number": 4, <--------Collumn number for the team (starts form 0)<br /> | ||
"row": 0 <--------Row number for the team (starts form 0)<br /> | ||
},<br /> |
Oops, something went wrong.