Skip to content

Latest commit

 

History

History
 
 

Google Meet Automation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

GOOGLE-MEET-ASSISTANT-FOR-ONLINE-CLASSES

This a simple python program to attend your online gmeet classes accordinf to your time table.

you just have to open the file untill your class get over.

What are the main features-

  • Attend you class on time
  • No need to search links every time
  • It will auto turnoff the camera
  • It will auto Turnoff your mic
  • It will auto give the request to join.
  • It can shift you to the next class without disturbing the previous one.

you need to install following libraries to run this python program in cmd

pip install pyautogui
pip install webbrowser
pip install time
pip install datetime

Changes Need In the code

  • Change the Google meet links (starting from line 65)
  • Change the time of classes according to your need

Step01

Step02