Categories:

Web-based Student Attendance System with Flask and SQLite

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

Web-based Student Attendance System with Flask and SQLite A web-based version of the student attendance system using Flask for server-side logic and SQLite for database management. It supports features like attendance marking, reports, and email notifications.

This project builds a web-based student attendance system using Flask and SQLite. The system allows teachers to mark attendance for students in a simple and efficient way. Teachers can generate daily, weekly, and monthly attendance reports and can filter the reports by class or individual students. The SQLite database stores all attendance records, and Flask handles user login, session management, and data retrieval for reporting.