https://github.com/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.
https://github.com/spacetesla/attendance-management-using-image-processing
openpyxl pillow pytesseract-ocr python tkinter-gui
Last synced: about 1 year ago
JSON representation
Take a screenshot of your participants' list. Upload it. Select your excel sheet. That's all. Your attendance has been marked.
- Host: GitHub
- URL: https://github.com/spacetesla/attendance-management-using-image-processing
- Owner: SpaceTesla
- License: mit
- Created: 2022-01-02T16:31:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T16:33:33.000Z (over 4 years ago)
- Last Synced: 2023-12-07T11:31:24.512Z (over 2 years ago)
- Topics: openpyxl, pillow, pytesseract-ocr, python, tkinter-gui
- Language: Python
- Homepage:
- Size: 4.22 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATTENDANCE MANAGEMENT USING IMAGE PROCESSING
- [ATTENDANCE MANAGEMENT USING IMAGE PROCESSING](#attendance-management-using-image-processing)
- [File structure](#file-structure)
- [Extensions and requirments](#extensions-and-requirments)
- [GUI](#gui)
- [Developed by](#developed-by)
---
## 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](https://github.com/tesseract-ocr/tesseract) for our program to work
It is also suggest to install the [Latest Python Version](https://www.python.org/downloads/)
---
## GUI
Here is a preview.
Using **Tkinter library** we have created a simple _GUI_ window.
GUI window

---
## Developed by
- [Shivansh Karan](https://github.com/SpaceTesla/)
- [Varun S Duddu](https://github.com/penguinacorn/)
- [Vishal S Hegde](https://github.com/zeta-bot/)
---