Giter Club home page Giter Club logo

attendance_tracker's Introduction

Automated Attendance Tracking System

We are using a Raspberry Pi 4 alongside with a barcode scanner to scan after school students' student card to sign them in and out. After each scan, a Google Sheets document is updated with the time in/out added for each student. This way multiple attendance trackers can be running simultaneously and they will all update the same database. The classroom teachers will also be easily able to check and update the stored information remotely.

At the start of a month, the application will automatically add a new custom sheet for that month to the main Spreadsheet document to keep the logs organized and easily trackable.

Goal

The goal of this project is to automate student logging in and out of classroom, so the amount of time they spent in the shop is tracked which can be evaluated for their grade and to be able to predict the amount of time required to finish a project. This project can also be used at a workplace to track employees time.

Run The App

Setup Google Drive API

Setting up Google Drive's API is difficult to explain here, so here is a video tutorial explaining it instead (The first 1:35 walks you through the required steps)! https://www.youtube.com/watch?v=vISRn5qFrkM

Setup App

To run this app:

  1. Make sure have Python 3 installed on your system. Check by running the following in CMD:
python --version
  1. Clone or download this repository
  2. Install the required packages.
pip install gspread oauth2client pytz
  1. Finally run the app:

GUI:

python desktop_app.py

or in terminal

python terminal_app.py

Hardware Used

This project can be %100 free, however if you are looking for logging system running at all times the following Hardware is recommended.

  • Raspberry Pi 4 (CA$ 47.45+)
  • 32GB SD Card (CA$ 21.99)
  • Raspberry Pi power supply (CA$ 10.95)
  • Barcode Scanner (CA$ 35.99)
  • Mini display for Pi to confirm student signing in/out (optional)
  • Micro HDMI to HDMI cable (optional)

A Basic setup to run this system can be purchased online for ~CA $116.38 before tax.

Benefits of This Setup

  • The Raspberry Pi allows for a small and inexpensive set up so multiple rooms can be running this system at the same time.
  • The barcode scanner allows for almost instant card scanning of students card for logging, while also allowing for a contactless user interaction which is very important for students safety, specially during the COVID-19 outbreak (Note not all barcode scanners have touchless setting! We used Symcode Embedded Mini USB Fixed Mount Barcode Scanner which has automatic turn on when something is hover infront of it).
  • The mini LCD display allows for feedback to the students so they can assure that they were tapped in/out or are told if there was a problem in the process.

App GUI

Some pictures of the different pages of the GUI application. The GUI is kept simple with large text so it can be shown on a small LCD screen.

Main Screen

Log in/out Screen

User Not Found Error Screen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.