Skip to content

πŸ§‘β€πŸ« A Python GUI based automatic attendance tracking for the participants in online meetings

Notifications You must be signed in to change notification settings

raghavtwenty/attendanz-recordz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ATTENDANZ RECORDZ

A Python GUI based automatic attendance tracking for the participants in online meetings


🌟 MILESTONES 🌟

πŸ† Eliminating the need for manual attendance tracking, Very much effective and widely used in different schools and colleges during the COVID-19 lockdown. Saved 8-10 minutes per hour, freeing up professor’s time for other productive tasks.


HOW TO EXECUTE

Terminal

git clone https://github.com/raghavtwenty/attendanz-recordz.py

cd attendanz-recordz/

pip install -r requirements.txt

cd code/version_2

python Attendanz-Recordz.py

INTRODUCTION

With the raise in Covid-19, more and more companies, schools, universities are moving to online meetings and classes. It is very hard and tedious process to find the exact count of absentees and their name for each and every meeting. This is were the role of attendanz recordz comes in. It takes the total participants name list in excel file and current participants as input and finds the absentees and count. Finally, it returns a user friendly report in a PDF file format.


REQUIRED

  • PC or Laptop
  • Programming language: Python
  • Libraries: Tkinter, Openpyxl, fpdf


WORKING

This is a attendance tracking application. To find out the absentees in the online meeting.

  • Copy paste all the participants in the current meeting or import from excel sheet.
  • Click "Get Report" to process the input.
  • On the right side of the home screen, people who are not there in the meeting will be listed.
  • Click "Save PDF" to export the report for future purposes.


ADVANTAGES

  • Easy to use GUI
  • Reads Excel sheets, text input
  • Faster processing
  • Portable reports


OUTPUT

  • Home Screen

    1

  • About Screen

    2

  • Input Screen

    3

  • Output Screen

    4

  • Save Report

    5

  • Saved PDF

    6



FINAL REPORT

Attendanz_Recordz_Date - 2023-09-05_Time - 13-30-26_Computer Science


CREDITS

  • Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.
  • Designed & Programmed by: Raghava
  • School: Kendriya Vidyalaya, Coimbatore.


END OF README