Hey,
so basically i have a SQL database with 5 different columns of data.
what i am trying to do is take the data from my SQL query and put it into a list so i can display it in tkinter’s treeview widget.
questions:
- is there an easier way to data from an SQL table and display it in table like format in tkinter?
- if so how?
3 )is it a good idea to make a table in tkinter with the treview widget? - if not, what widget should i use?
sorry for the weird layout