This package uses the OCR engine - libtesseract
and a command line program - tesseract
with UB-Manheim English train-data to mark attendance of Google Meet participants in Google Sheets
The lead developer is Anhat Singh
This package uses various python libraries to take attendance effeciently and make google sheets using Google Sheets API v4
pip install pysimplegui
pip install selenium
pip install pyautogui
pip install pygetwindow
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install pyscreenshot
pip install pytesseract
pip install opencv-python
UB-Mannheim Windows pre-built binary
of Tesseract-OCR from here. (Note: Make sure you are installing at default directory only, and not changing it)chromedriver.exe
or download the latest one from ChromeDriver - WebDriver for Chrome and keep it in the root directory.credentials.json
file to be put into the root directory.dist/
folder onto your pc.chromedriver.exe
or download the latest one from ChromeDriver - WebDriver for Chrome and keep it in the root directory.credentials.json
file to be put into the root directory.app.exe
file.
py app.py
The code in this repository is licensed under the GNU General Public Licence, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.gnu.org/licenses/gpl-3.0.en.html
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
NOTE: This software depends on other packages that may be licensed under different open source licenses.
Tesseract uses Leptonica library which essentially
uses a BSD 2-clause license.