Skip to content

Python + SQL + Tkinter CRUD app for storing and managing car records.

Notifications You must be signed in to change notification settings

Angel1naDo/Application-for-cars-Python-SQL-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Car Management App (Python + SQL + Tkinter)

A desktop CRUD application for storing and managing car records using a SQL database and a Tkinter UI.

Features

  • Create / Read / Update / Delete (CRUD) car records
  • View saved records from the database
  • Simple Tkinter interface
  • Persistent storage with SQL

Tech Stack

  • Python
  • Tkinter
  • SQL (SQLite/MySQL depending on the project setup)

How to Run

  1. Make sure Python is installed.
  2. Download/clone this repository.
  3. (Optional) If you have a requirements file, install dependencies:
    pip install -r requirements.txt
    

Run the main Python file (example):

python main.py

If the entry file has a different name, run that file instead.

Notes

If the project uses SQLite, a .db file may be included or created automatically on first run.

If it uses another database (MySQL, etc.), you may need to update the connection settings in the code.

About

Python + SQL + Tkinter CRUD app for storing and managing car records.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages