Categories:

Student Attendance System with Flask, SQLite, and Email Alerts

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

Student Attendance System with Flask, SQLite, and Email Alerts This system enhances the basic attendance system by adding email alerts for students or parents if attendance is missing. It uses Flask for the backend, SQLite for database management, and integrates with an email service to notify stakeholders.

This project adds email alerts to the basic student attendance system, which is built using Flask and SQLite. Teachers can mark attendance and receive email notifications when a student’s attendance drops below a certain threshold. The system stores all attendance records in SQLite and uses Flask for web routing and email sending via SMTP. The system also allows administrators to configure alert thresholds and view detailed attendance reports for students and teachers.