A Python GUI based automatic attendance tracking for the participants in online meetings
π 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.
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
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.
- PC or Laptop
- Programming language: Python
- Libraries: Tkinter, Openpyxl, fpdf
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.
- Easy to use GUI
- Reads Excel sheets, text input
- Faster processing
- Portable reports
Attendanz_Recordz_Date - 2023-09-05_Time - 13-30-26_Computer Science
- Mentor & Teacher: Shemeer.K.A, PGT, Computer Science.
- Designed & Programmed by: Raghava
- School: Kendriya Vidyalaya, Coimbatore.
END OF README