Here’s a simple classroom attendance tracker using Python with a CSV file to store attendance records. This implementation includes basic features:
-
Register students
-
Mark attendance for each day
-
View attendance records
Features you can add:
-
GUI (with Tkinter or PyQt)
-
Database backend (SQLite or Firebase)
-
Exporting reports (PDF, Excel)
-
Login system for teachers
Let me know if you want a version with a web interface or integrated with Google Sheets.
Leave a Reply