Crud in Python Tkinter || Crud operations in Python using Tkinter, SQLite

Published: 08 March 2025
on channel: Surya
120
3

In this video, we’ll learn how to perform CRUD (Create, Read, Update, Delete) operations in Python using Tkinter. Tkinter is a powerful library for building graphical user interfaces (GUIs) in Python. This tutorial covers:

Designing a simple Tkinter GUI
Connecting to a SQLite database
Adding, viewing, updating, and deleting records
Using Entry widgets, Buttons, and Listbox for data display‪@Surya-599‬