- every morning i wake up and find my class zoom id in an excel file then enter it manually to join the class, so i wrote this script helping me join zoom class with one click :v
pip install
- make sure zoom has been installed and then set the path in main.py
zoomPath = 'C:\\Users\\luuhu\\AppData\\Roaming\\Zoom\\bin\\Zoom.exe'
- change your zoom name in
main.py
zoomName = '08_19F7_Luwu DDuwsc Huy'
- change your class information in
data.py
:["classeIndex", "className", "classDay", "classShift", "classPeriod", "zoomId", "Password"],
python main.py