A desktop CRUD application for storing and managing car records using a SQL database and a Tkinter UI.
- Create / Read / Update / Delete (CRUD) car records
- View saved records from the database
- Simple Tkinter interface
- Persistent storage with SQL
- Python
- Tkinter
- SQL (SQLite/MySQL depending on the project setup)
- Make sure Python is installed.
- Download/clone this repository.
- (Optional) If you have a requirements file, install dependencies:
pip install -r requirements.txt
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.