Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 977 Bytes

File metadata and controls

34 lines (23 loc) · 977 Bytes

Student Database Management System (SDMS)

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.


Features

  • 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.

Technologies Used

  • Programming Language: Python
  • GUI Framework: PyQt5
  • Database: SQLite3

Installation and Setup

  1. Clone or download the repository.
  2. Ensure Python 3.x is installed on your system.
  3. Install the required Python package:
    pip install pyqt5
    
 pip install db-SQLite3