Skip to content

Update README.md #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# Student-DataBase-Management-System
# 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