Skip to content

Commit

Permalink
some bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KejariwalAyush committed Sep 8, 2020
1 parent 97c34ed commit 5b55c89
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@ def clicked():

# to continue running the appliation until its terminated manually
root.mainloop()


# Developed By Ayush Kejariwal
2 changes: 1 addition & 1 deletion Read it before installing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A python script that automatically joins a zoom meeting based on your timetable.
How to use?...

1. Save this Folder in your desktop.
2. From app folder Install VC_redist.x86 or VC_redist.x64 file whichever supports your system from the folder.
2. Open App Folder and Install VC_redist.x86 from the folder.
3. Now Update you time, Meeting ID, Passkey in meetingschedule.csv and save it.
4. Update your Path in path.txt
- To get path right click on ZOOM click on "Open File Location".
Expand Down
6 changes: 3 additions & 3 deletions meetingschedule.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Time,Meeting ID,Passcode
09:10,765959576,178228
17:24,3717611419,8YGzTf
19:02,3717611419,8YGzTf
09:00,123456478,178228
17:30,374563475,8YGzTf
19:00,371765449,8YGzTf
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ keyboard==0.13.5
PyAutoGUI==0.9.50
pandas==1.0.1
subprocess-maximize==0.9.3
tkinter

0 comments on commit 5b55c89

Please sign in to comment.