Skip to content

Files

Latest commit

7f4ba26 · Jan 22, 2024

History

History
23 lines (14 loc) · 790 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 790 Bytes

image

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:
    git clone https://github.com/your-username/Simple-Database-GUI-Python.git