From 6a9e777ee9b53b2e2d0c91182ce3a19c6eeedc11 Mon Sep 17 00:00:00 2001 From: Anastas1aCodes <118420068+Anastas1aCodes@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:42:52 +0800 Subject: [PATCH] Updated README --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1af3c1f..319dbca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Zoom-Scheduler Automatically opens Zoom Meetings for you so you don't have to. # Requirements: -# Video > 'Turn off my video when joining meeting' -# Optional: Audio > 'Automatically join audio by computer when joining a meeting' -# Optional: Audio > 'Mute my microphone when joining a meeting' \ No newline at end of file +The requirements this program requires before usage +## Zoom Client Side: + Video > 'Turn off my video when joining meeting' +### Optional: + Audio > 'Automatically join audio by computer when joining a meeting' + Audio > 'Mute my microphone when joining a meeting' + +## User Machine Side: + Requires Python 3.10 + Requires Python Schedule & WebBrowser Library (pip install schedule/pip install webbrowser)