/AttendenceUtility

A small python script to find which students are absent

Primary LanguageJavaScriptMIT LicenseMIT

attendenceUtility

A small website to find the absentees

Dependencies:

Javascript:

How does it work?

Javascript:

Based on the same priciple as python implementation
but with a GUI (hosted on a website)
all the function is client side based and is not sent to any servers

Check it out:

https://lioncat2002.github.io/AttendenceUtility/

It takes in two ms excel sheet

  • One containing the names and IDs of all the students enrolled in a class
    image

  • The 2nd containing IDs of all the students present
    image

  • on pressing check
    it checks for the missing students in the present student excel sheet
    and outputs their names and IDs accordingly
    image

The 2nd spreadsheet can be generated by a MS Teams Form

Note:

Python implementation has been deprecated