Categories:

Student Attendance System with Flask and SQLite

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

Student Attendance System with Flask and SQLite This project implements a simple student attendance system using Flask, a lightweight Python web framework, and SQLite as the database. It allows educators to register students, mark attendance, and track their attendance over time. The system supports viewing attendance records in a simple interface and storing the data securely in an SQLite database.

This project demonstrates a simple student attendance system using Flask for the backend and SQLite for data storage. The system allows teachers to mark student attendance, store the records, and view reports based on daily, weekly, or monthly attendance. Flask handles the routes for viewing, adding, and editing attendance records, while SQLite stores student data and attendance records. The system also includes user authentication and a simple dashboard for teachers to view all the attendance records.