Categories:

School Attendance System with Flask and SQLite

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

School Attendance System with Flask and SQLite A comprehensive attendance management system for schools, utilizing Flask and SQLite. The system allows teachers to mark attendance for multiple classes, store the data in SQLite, and generate reports based on attendance patterns.

This project builds a school-wide attendance system using Flask and SQLite, allowing multiple teachers to manage attendance for their respective students. The system stores data for different subjects, classes, and periods. It includes features like role-based access, with administrators having access to all records and teachers being limited to their own classes. SQLite is used for efficient data storage, and Flask manages the application routing and views.