A GUI-based Student Database Management System built with Python using PyQt5 and SQLite3. This system allows users to manage student records efficiently, including adding, searching, and deleting records.
- Login System: A basic login screen to authenticate users.
- Add Student: Input and save student details to the database.
- Search Student: Retrieve and display specific student records.
- Delete Record: Remove student records from the database.
- User-Friendly Interface: Built using PyQt5 for an intuitive and responsive GUI.
- Programming Language: Python
- GUI Framework: PyQt5
- Database: SQLite3
- Clone or download the repository.
- Ensure Python 3.x is installed on your system.
- Install the required Python package:
pip install pyqt5
pip install db-SQLite3