SpaceTesla / attendance-management-using-image-processing

Take a screenshot of your participants' list. Upload it. Select your excel sheet. That's all. Your attendance has been marked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATTENDANCE MANAGEMENT USING IMAGE PROCESSING


Extensions and requirments

Make sure you have the following extension installed

SN Extensions Installation Code
1. Tkinter pip install tk
2. Pytesseract pip install pytesseract
3. Pillow pip install Pillow
4. Openpyxl pip install openpyxl

Note:

You can also use pip3 instead of pip

For ex: pip3 install tkinter

We also need Google Tesseract ocr engine for our program to work

It is also suggest to install the Latest Python Version


GUI

Here is a preview.

Using Tkinter library we have created a simple GUI window.

GUI window

Image


Developed by


About

Take a screenshot of your participants' list. Upload it. Select your excel sheet. That's all. Your attendance has been marked.

License:MIT License


Languages

Language:Python 100.0%