From 5b55c895a836067e1c71bec6653c2fd60ab14317 Mon Sep 17 00:00:00 2001 From: Ayush Kejariwal Date: Tue, 8 Sep 2020 20:21:50 +0530 Subject: [PATCH] some bug fix --- Automation.py | 3 +++ Read it before installing.txt | 2 +- meetingschedule.csv | 6 +++--- requirements.txt | 1 + 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Automation.py b/Automation.py index ad01f9f..8fab572 100644 --- a/Automation.py +++ b/Automation.py @@ -153,3 +153,6 @@ def clicked(): # to continue running the appliation until its terminated manually root.mainloop() + + +# Developed By Ayush Kejariwal diff --git a/Read it before installing.txt b/Read it before installing.txt index ba9671f..a4b9d16 100644 --- a/Read it before installing.txt +++ b/Read it before installing.txt @@ -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". diff --git a/meetingschedule.csv b/meetingschedule.csv index d0848c3..b7725e8 100644 --- a/meetingschedule.csv +++ b/meetingschedule.csv @@ -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 diff --git a/requirements.txt b/requirements.txt index 1e00389..4744129 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ keyboard==0.13.5 PyAutoGUI==0.9.50 pandas==1.0.1 subprocess-maximize==0.9.3 +tkinter