Relative Content

Tag Archive for pythonsqlitetkinter

Double click to modify record

I’m trying to implement the double click function to open a new window and edit the information of a SQLite Database.

SQLite data in a Tkinter’s box

As you can see I created a home page with a button in first column to create new customer ID and insert some data.
In my code I made 3 tables in the same database to divide informations and than show up in a simpler way datas.

Merge cells in treeview

Is there any way to merge cells in treeview or in a .db file?
I want to make a table view looks like merged cells in excel

How to make buttons that will save user input

I am writing a program that saves user data. It is necessary to write code for the “Save” buttons so that the data entered by the user is saved (preferably in a sqlite3 database). I just understood Tkinter, I still have to deal with the database SQLite, but I don’t have time. Help quickly please. I see that everyone is just writing databases, but I can’t understand them yet, but I need to finish my micro project by tomorrow.