Categories:

Flask-based Student Attendance Tracker with SQLite

Original price was: ₹ 7,500.00.Current price is: ₹ 6,000.00.

Flask-based Student Attendance Tracker with SQLite This project extends the original student attendance system with additional features, such as detailed attendance reports, notifications for absent students, and the ability to export attendance data. It uses Flask to manage the backend and SQLite for local database storage.

This project implements a student attendance tracker using Flask and SQLite. The system allows teachers to mark attendance for students, which is stored in an SQLite database. Teachers can also generate reports based on attendance trends and monitor the attendance of individual students. The system provides a login feature for teachers, and attendance can be marked for each student on a class-by-class basis. SQLite ensures easy data storage and retrieval for records and reports.