Skip to content

Commit 7f4ba26

Browse files
authored
Update README.md
1 parent 4600456 commit 7f4ba26

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
![image](https://github.com/yakuphandevrez/database_GUI/assets/72565996/da42d2de-4d01-428a-ab2f-940e388fe7d0)
2+
# Simple-Database-GUI-Python
3+
4+
A basic Python application with a graphical user interface (GUI) for managing a simple database. This project aims to provide a user-friendly interface for interacting with a database, allowing users to perform common CRUD (Create, Read, Update, Delete) operations.
5+
6+
## Features
7+
8+
- User-friendly GUI for database interaction.
9+
- CRUD operations: Add, View, Update, and Delete records.
10+
- Easy navigation and input validation.
11+
12+
## Requirements
13+
14+
- Python 3.x
15+
- Tkinter library (usually included in Python standard library)
16+
17+
## How to Use
18+
19+
1. Clone the repository:
20+
```bash
21+
git clone https://github.com/your-username/Simple-Database-GUI-Python.git
22+
23+

0 commit comments

Comments
 (0)