diff --git a/README.md b/README.md index 35cb6d4..47d80f6 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ ![image](https://github.com/yakuphandevrez/database_GUI/assets/72565996/da42d2de-4d01-428a-ab2f-940e388fe7d0) +# Simple-Database-GUI-Python + +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. + +## Features + +- User-friendly GUI for database interaction. +- CRUD operations: Add, View, Update, and Delete records. +- Easy navigation and input validation. + +## Requirements + +- Python 3.x +- Tkinter library (usually included in Python standard library) + +## How to Use + +1. Clone the repository: + ```bash + git clone https://github.com/your-username/Simple-Database-GUI-Python.git + +