Skip to content

Commit

Permalink
reuploading version 2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
parthbansal05 committed Nov 28, 2022
1 parent c6f0f16 commit 72aa0b1
Show file tree
Hide file tree
Showing 15 changed files with 419 additions and 398 deletions.
19 changes: 18 additions & 1 deletion README.md
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 />
Loading

0 comments on commit 72aa0b1

Please sign in to comment.