Treeview - Python Tkinter GUI Tutorial #116

preview_player
Показать описание
In this video I'll show you how to use the Treeview in Tkinter.

Treeview is a ttk widget that creates a sort of table for data in a visually appealing way. It's great for visualizing data from a database, or from a spreadsheet, or any other large amount of data that you want to output onto the screen.

There's a TON of things you can do with the Treeview, and in this video we'll just introduce the basic usage of it.
Комментарии
Автор

▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

First comment just to appreciate the consistency and efforts you put in this and your way of teaching which makes doing python a lot more interesting!

MrGEEK-iibp
Автор

This video was quite early!
A.K.A
Your videos are AWESOME!
They are like 20% cooler than other tutorials!

cuitaro
Автор

Thanks so much John, I appreciate you so much for taking on this topic. You are awesomely great

judeleon
Автор

Thanks Sir No one teaches tkinter in depth like you you have helped me earn money thanks sir

codegeassprogramming
Автор

We can also do this for hiding the ghost column:

tree = ttk.Treeview(root, columns=columns, show='headings')

The show='heading' hides the first column (column #0) of the Treeview.

The show option accepts one of the following values:

'tree' – shows the column #0.
'heading' – shows the header row.
'tree headings' – shows both column #0 and the header row. This is the default value.
'' – doesn’t show the column #0 or the header row.

Right ?

Hex-Scholar
Автор

Gotta love John Elder. What a master at teaching.

PeeOrbital
Автор

Thanks so much! I was looking for this for many days on the web!!!

santiagocollados
Автор

Ok I have to say this you are explaining so good and your voice is clear good . This channel should deserve 1million subscribers👍👍👍😎😍😊😀

programmerlol
Автор

Legend says, he still is doing tkinter tutorials to this day...

linuxguardian
Автор

Although your trainings are free, i bought them on udemy. Thank you so much, i really learned a lot!

Rulzan
Автор

This video and the next few helped a TON to learn tkinter Treeview! Thanks a lot!

daveleonard
Автор

Thanks John! This is what I was waiting for from you. 👍🏾👍🏾👍🏾👍🏾👍🏾❤️❤️❤️

uwatchermirador
Автор

I hope you to make video on how to edit the shape of the treeview colors, padding and other stuffs .
You are the best one who explains tkinter widgets.

fkxmfdy
Автор

Good demonstration of how to use a treeview to make a table !?

realmercure
Автор

Thank you sir for your whole playlist and efforts . Blessing from India

aloksharma
Автор

what a great video! thank you so much you are my new guru! definitely subscribed

eesakamaldien
Автор

I was looking forward to this one. Great one!

adrielbradley
Автор

Uno de los pocos cursos en ingles que podes entender sin hablar Ingles, Que Grande Codemy, muchas Gracias

mathiasvillalbadiaz
Автор

Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks

RyanDanielG