A program designed to make your Zoom schedule easier to follow.
PLEASE READ THE IMPORTANT WEB BROWSER AND ZOOM SETTINGS TO ENABLE!
Feel free to distribute the code, but please do not claim it as your own. Please ask before using portions of my code as well.
Check the releases tab to see new features and updates.
- Download Python file.
- Make sure you have the latest version of Python.
- Pip install the following packages:
....... a. pyautogui
....... b. configparser
- Double click on the autozoom.pyw file.
- Enjoy!
Important Zoom Settings
Go to Zoom Settings in the Zoom desktop application.
Video >> Turn off my video when joining meeting.
Audio >> Automatically join audio by computer when joining a meeting.
Audio >> Mute my microphone when joining a meeting.
Make sure the Zoom application is ALWAYS open.
Important Chrome Settings
Make sure when a Zoom link opens, it automatically opens the Zoom application. (Click Always when you are prompted by the dialogue "Always open links of this type")
Update an Existing Schedule
In your Documents folder, there will be a folder called AutoZoom in which you can find all your schedules. You can change your schedules by editing the text file there.
The schedule is formatted as such:
link-password-time (time is in 24 HR 00:00 form)
Update Existing Installation
Download the new Python code, and make sure all it's dependencies are installed.
- Add a better schedule editor
- Add Windows installer
- Respond to suggestions
Please submit all bug reports to the GitHub so I can address them!
Special thanks to AceScottie who helped me through Tkinter.