Another simple automation script to join all the boring meetings/classes in Google Meet, while sleeping. This too is for all the lazy peeps who are dreading the morning classes.
- Installed python version above 3.5
- Installed pyautogui package
- Installed schedule package
- Chrome Web Browser (Signed in)
- To Download Python
pip install pyautogui
pip install schedule
Alternatively you can just run pip install -r requirements.txt
- Make sure you are logged in to your browser
- Make sure you are signed into the account to attend the meeting
-
Open the run.bat and set the paths
- First Path - "Path to where python is located"
- Second Path - "Path to where the main.py is located"
-
Run the
run.bat
to run the batch fileAlternatively you can also run the
main.py
for the same result butrun.bat
is preferred
- By default, will work on all PCs without any error
- Just in case, increase the timer
- Increase the time.sleep value until it matches your PC
- Create an issue
- Create a pull request
- If you wanna make a GUI out of this
- New GUI Interface for the inputs instead of CLI
- Automation to create a task in the Task Scheduler for running the Script
- Create an exe out of this when GUI added.
Drop a ⭐ if you're gonna sleep peacefully The best project for lazy people