Project
home

Project

Attendance Tracker for Google Meet

Python Project to take Google Meet Attendance automatically using three different approaches, to best accomodate the data available.

code
GitHub
read
1 min

Python Project to take Google Meet Attendance automatically using three different approaches, to best accomodate the data available. The first approach uses Tesseract OCR to extract all the texts from images, process the data accordingly, and upload to Google Sheets using Google Sheets API and Google Cloud Platform. The second approach uses Selenium Python Library to dynamically extract data from Google Meet, and upload to Google Sheets using Google Sheets API and Google Cloud Platform. The the third approach is the combination of above two approaches which reduces the error rate to less than 1%. The app also includes usage of Libraries SimplePyGUI for Graphical User Interface, PyAutoGUI for peripheral simulation, XLSXWriter for saving the data locally.

anhatsingh/Python-Auto-AttendancePython Application to mark Attendance of Google Meet using different methods, and upload to google sheets.Python