Students Presence Tracker
Simple API that tracks students' presence in particular classes by performing some calculations and adding them to a database.
Database types used in this project: CSV, JSON, SQLite
Files in main module work with specific type of database
context-manager.pydeals with database's connection, committing and closing the database automatically.- files in
utilsmodule deal with the database, calculations, adding new students, listing the students, deleting the students. - files in
mainmodule deal with the user inputs, displaying options, and working with the required functions.
Log in or sign up for Devpost to join the conversation.