Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AffinityGH authored Jan 29, 2021
1 parent 58cb33f commit 5e8a4e5
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,23 @@ 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.

**TL;DR Installation Guide**
# TL;DR Installation Guide

1. Download Python file.
2. Make sure you have the latest version of Python.
3. Pip install the following packages:

a. webbrowser
b. pyautogui
c. configparser
....... a. webbrowser

....... b. pyautogui

....... c. configparser

4. Double click on the **autozoom.pyw** file.
5. Enjoy!

# Important Settings

**Important Zoom Settings**

Go to Zoom Settings in the Zoom desktop application.
Expand All @@ -34,20 +36,28 @@ Audio >> Mute my microphone when joining a meeting.

**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)
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")

# Updating

**Update Existing Schedule**
**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)
*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.

# Future Plans

- 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.
Expand Down

0 comments on commit 5e8a4e5

Please sign in to comment.