/student-management-sys

A Student Management System app made using Python, SQLite3 and PyQt6

Primary LanguagePython

What is this project?

This project is a Student Management System app which helps in storing student records in a SQLite3 table. The basic functionalities of the app include: viewing records, adding new records, editing and updating records, and deleting records.

The Graphical User Interface is built using PyQt6 library.