From d7d3d8aed14b84dab69ff527f417c78aee6e4f70 Mon Sep 17 00:00:00 2001 From: Mohammed Samrien Erum <129214204+samrien005@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:01:02 +0530 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28692c1..58b6cfb 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ -# Student-DataBase-Management-System \ No newline at end of file +# 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: + ```bash + pip install pyqt5 + + ```bash + pip install db-SQLite3