A GUI which will join your zoom meetings/classes in a single click.
Follow these easy steps to setup your application
Open config.py file and edit the "id" dictionary with your class name and meeting Id and Password.
Edit the zoom_location value with the location of you zoom application in the same file that is config.py
Open main.py and in line 24, edit the subjects list according to the id dictionary in confid.py file. Line 24 subjects will be displayed in frame-1 and line 25 subjects in frame-2 respectively.
You are done with the setup, now just follow the quick start up quide
- Run this command to install all the required modules:
pip install -r requirements.txt
- You can directly run the main.py or run this command by changing the directory to the folder where all the files are present.
python main.py