GOItPadma / PyAttendanceCounter

Count attendance of students after online classes in zoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Count Attendance using Python

This is a python script that will help in counting the attendance of students attending zoom classes. The main objective of this project is to easily manage students attendance log.

User Manual

Necessary things:

  1. Python Interpreter
  2. Any IDE (optional)
  3. Participants list from zoom (.csv)
  4. Attendance Sheet (.xlsx)
  5. Output file or Report file (.xlsx)

Download the repository in a zip file. Extract the files. You will find the Program.py file. A Python interpreter is needed to run the program. Make sure you have it on your computer. If you have an IDE (Visual Studio Code, PyCharm etc.), that will be very helpful. But it is not mandatory.

After that you need to download the participants list from zoom. The file will be downloaded in a .csv format. You need to modify the file a bit. There is a demo file named 123132_Participant_List. The structure needs to be maintained everytime. Additionally, you need a attendance sheet file and report file. The structure of the files should be followed strictly.

After running the program, follow the instructions shown on your console.

About

Count attendance of students after online classes in zoom


Languages

Language:Python 98.8%Language:C 1.1%Language:PowerShell 0.1%Language:Fortran 0.0%Language:Smarty 0.0%Language:Batchfile 0.0%