Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1 KB

README.md

File metadata and controls

17 lines (9 loc) · 1 KB

Student-Management-App

A student management app using TKinter GUI and SQLITE3 Database. This program has a Student Blueprint for creating student object to add to the database. Next is the databasehelper is a set of modules that executes that processes of CRUD operations in the database. Then the window file, it is responsible for the TKinter GUI specifications like its width, height and the generation of the widgets. Lastly, the main.py is the file that executes the created blueprints and libraries for developing this Student Management Program by using OOP.

image image image image image