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