Skip to content

RyzerZ/AutoLogin-Google-Meet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AutoLogin

AutoLogin in Google Meet with Python (Google Accounts without 2-step verification)

How to use

This program written in Python needs to install the following plugins with pip:

  • ChromeWebDriver - The one that correspond with ur installed chrome version.
  • Selenium
  • Pynput
  • Pause

You will have to copy the ChromeWebDriver to the Python installation folder

$ pip install selenium
$ pip install pynput
$ pip install pause
$ python login.py

Path of python

In a terminal, execute the following commands

$ import os
$ import sys
$ os.path.dirname(sys.executable)

Why

Due to the coronavirus, many people require virtual classes, which we can have problems accessing on schedule, so I have created this script to get rid of problems.

About

AutoLogin in Google Meet with Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages