No video

Treeview - Python Tkinter GUI Tutorial

  Рет қаралды 136,916

Codemy.com

Codemy.com

3 жыл бұрын

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.

Пікірлер: 233
@Codemycom
@Codemycom 3 жыл бұрын
▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My KZbin Channel: bit.ly/2UFLKgj bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3fLFQ8p
@MrGEEK-ii8bp
@MrGEEK-ii8bp 3 жыл бұрын
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!
@Codemycom
@Codemycom 3 жыл бұрын
Thanks! I appreciate that!
@judeleon8485
@judeleon8485 3 жыл бұрын
Thanks so much John, I appreciate you so much for taking on this topic. You are awesomely great
@Codemycom
@Codemycom 3 жыл бұрын
You are so welcome! glad you enjoyed it!
@cuitaro
@cuitaro 3 жыл бұрын
This video was quite early! A.K.A Your videos are AWESOME! They are like 20% cooler than other tutorials!
@Codemycom
@Codemycom 3 жыл бұрын
ha thanks!
@u2watchermirador101
@u2watchermirador101 3 жыл бұрын
Thanks John! This is what I was waiting for from you. 👍🏾👍🏾👍🏾👍🏾👍🏾❤️❤️❤️
@Codemycom
@Codemycom 3 жыл бұрын
Awesome, glad I could help!
@daveleonard3280
@daveleonard3280 3 жыл бұрын
This video and the next few helped a TON to learn tkinter Treeview! Thanks a lot!
@Codemycom
@Codemycom 3 жыл бұрын
Awesome, glad it was useful to you!
@santiagocollados8986
@santiagocollados8986 2 жыл бұрын
Thanks so much! I was looking for this for many days on the web!!!
@Codemycom
@Codemycom 2 жыл бұрын
Glad I could help!
@codegeassprogramming
@codegeassprogramming 2 жыл бұрын
Thanks Sir No one teaches tkinter in depth like you you have helped me earn money thanks sir
@programmerlol2041
@programmerlol2041 3 жыл бұрын
Ok I have to say this you are explaining so good and your voice is clear good . This channel should deserve 1million subscribers👍👍👍😎😍😊😀
@Hex-Scholar
@Hex-Scholar Жыл бұрын
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 ?
@eesakamaldien1917
@eesakamaldien1917 3 жыл бұрын
what a great video! thank you so much you are my new guru! definitely subscribed
@Codemycom
@Codemycom 3 жыл бұрын
Awesome, thanks!
@rogeriovaz4420
@rogeriovaz4420 3 жыл бұрын
Simply, the best. Thanks.
@aloksharma6095
@aloksharma6095 3 жыл бұрын
Thank you sir for your whole playlist and efforts . Blessing from India
@Codemycom
@Codemycom 3 жыл бұрын
Glad you enjoy them!
@user-fk4xm2fd6y
@user-fk4xm2fd6y 3 жыл бұрын
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.
@Codemycom
@Codemycom 3 жыл бұрын
Will probably be doing that, yes :-)
@asaadkittaneh2928
@asaadkittaneh2928 2 жыл бұрын
Great lesson, thank you for your time and efforts.
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@lecomtegaetan8120
@lecomtegaetan8120 2 жыл бұрын
thank you so much , u can't imagine how it's helping me rn =)
@linuxguardian8596
@linuxguardian8596 3 жыл бұрын
Legend says, he still is doing tkinter tutorials to this day...
@sudin99and81
@sudin99and81 3 жыл бұрын
obviously???
@linuxguardian8596
@linuxguardian8596 3 жыл бұрын
@@sudin99and81 wow dude you are really smart for not understanding a joke
@Codemycom
@Codemycom 3 жыл бұрын
hahaha
@sudin99and81
@sudin99and81 3 жыл бұрын
@@linuxguardian8596 i was born smart
@shauryastudy8667
@shauryastudy8667 2 жыл бұрын
Thankyou John sir !! you really help me to solve a big problem of my project
@Codemycom
@Codemycom 2 жыл бұрын
Happy to hear it!
@PeeOrbital
@PeeOrbital 2 жыл бұрын
Gotta love John Elder. What a master at teaching.
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!
@maksymprotsak3316
@maksymprotsak3316 Жыл бұрын
Thank you for a lesson!
@NotBeHaris
@NotBeHaris 3 жыл бұрын
another great tutorial.
@Codemycom
@Codemycom 3 жыл бұрын
Thanks!
@sarahmadhavank3925
@sarahmadhavank3925 3 жыл бұрын
Thanks a lot sir !! It was very helpful
@Codemycom
@Codemycom 3 жыл бұрын
Glad it was helpful!
@connguyen8694
@connguyen8694 2 жыл бұрын
Thanks for your helpful videos. It's ideal if you have a tutorial video showing how to add multiple rows (such as data in this treeview tutorial video) into a database (such as MySQL). All users have to do is to press a button to save those rows of data in the treeview into the db. Many thanks!
@adrielbradley6677
@adrielbradley6677 3 жыл бұрын
I was looking forward to this one. Great one!
@Codemycom
@Codemycom 3 жыл бұрын
Glad you liked it!
@Rulzan
@Rulzan 8 ай бұрын
Although your trainings are free, i bought them on udemy. Thank you so much, i really learned a lot!
@Codemycom
@Codemycom 8 ай бұрын
thanks, appreciate it!
@jenilchudgar
@jenilchudgar 2 жыл бұрын
Congrats on 100K Subs
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!!
@mustafamontaser4955
@mustafamontaser4955 3 жыл бұрын
you make it so easy thanks a lot
@Codemycom
@Codemycom 3 жыл бұрын
Glad you're enjoying the videos!
@ARUNKUMAR-op6cn
@ARUNKUMAR-op6cn 3 жыл бұрын
I was looking for this thank you sir
@Codemycom
@Codemycom 3 жыл бұрын
Enjoy!
@parsabahrambeik4381
@parsabahrambeik4381 3 жыл бұрын
Thank you very much for your video.
@Codemycom
@Codemycom 3 жыл бұрын
You are welcome
@bennysalim354
@bennysalim354 3 жыл бұрын
Yes.. this is what i need instead of using listbox. Thank you Sir
@Codemycom
@Codemycom 3 жыл бұрын
You are welcome
@mr.RAND5584
@mr.RAND5584 2 жыл бұрын
Beautiful. Tables i love tables, csharp, java, vb.net, html, javafx. Thank you sir.
@Codemycom
@Codemycom 2 жыл бұрын
welcome
@realmercure1447
@realmercure1447 2 жыл бұрын
Good demonstration of how to use a treeview to make a table !?
@Codemycom
@Codemycom 2 жыл бұрын
Glad you enjoyed it!
@user-ti8fv1ys9b
@user-ti8fv1ys9b 3 жыл бұрын
Is there a way to not make the columns disappear out of frame when you resize the column using the resize bar on their right?
@danielalegriasallo5551
@danielalegriasallo5551 3 жыл бұрын
thanks for the tut.
@Codemycom
@Codemycom 3 жыл бұрын
Sure thing
@goforbrokefilmstudios
@goforbrokefilmstudios 3 жыл бұрын
Is there a way to prevent the expansion triangle from being indented in sub rows? I want my expansion triangles to always be up against the left side no matter how indented the rest of the row is.
@erensolmaz2435
@erensolmaz2435 2 жыл бұрын
thanks for treeview lessons
@Codemycom
@Codemycom 2 жыл бұрын
Glad you liked em!
@erensolmaz2435
@erensolmaz2435 2 жыл бұрын
@@Codemycom i have question, could we add new column when code is running?
@Codemycom
@Codemycom 2 жыл бұрын
@@erensolmaz2435 why not?
@gabrielpena5829
@gabrielpena5829 3 жыл бұрын
These videos are amazing. The guy who gave this video a dislike is crazy
@Codemycom
@Codemycom 3 жыл бұрын
ha thanks!
@bryanttejeda875
@bryanttejeda875 3 ай бұрын
I found the video I needed,that stupid ghost column seemed inmortal, thank you
@Codemycom
@Codemycom 3 ай бұрын
Glad you got it sorted out!
@sinakarimi8273
@sinakarimi8273 3 жыл бұрын
Hello john, can we add a button as a value of a cloumn in treeview?
@RyanDanielG
@RyanDanielG 2 жыл бұрын
Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks
@mathiasvillalbadiaz6433
@mathiasvillalbadiaz6433 3 жыл бұрын
Uno de los pocos cursos en ingles que podes entender sin hablar Ingles, Que Grande Codemy, muchas Gracias
@improveyourlisteningskills2116
@improveyourlisteningskills2116 2 жыл бұрын
Thanks a lot 😄
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@grantpeterson2524
@grantpeterson2524 3 жыл бұрын
Thank you so much for your helpful videos! Just curious, is there a reason you are using an iterator variable for your for loops instead of enumerate()? Just curious if I have been doing it wrong or if there are any serious drawbacks to using enumerate. Thanks! EDIT: Specifically at 18:05
@Codemycom
@Codemycom 3 жыл бұрын
No particular reason.
@alialavizadeh2775
@alialavizadeh2775 3 жыл бұрын
I've been searching for this a lot but I didn't what is the name of this widget and how it works thank you Mr.Elder
@alkasinha8131
@alkasinha8131 Жыл бұрын
its a great effort sir, I have a question that in most of software grid is used to separate between cells in display here how can we deploy grids in Treeview, please comment
@joy2000cyber
@joy2000cyber Жыл бұрын
14:20 if I need the little check box not on column #0, say on column #2, what to do? Thanks!❤
@Knud451
@Knud451 2 жыл бұрын
Thanks a lot for all the videos! They're super helpful! A very general question, I need to present tabular data from a SQL query. What is the best way to do that? Frame, Treeview, Table class, something else? It doesn't have to be super fancy, its more about getting data on the screen :)
@Codemycom
@Codemycom 2 жыл бұрын
It depends completely on you and what you need. I have lot's of videos throughout this playlist on that very thing. Take you pick.
@akshitstenaa
@akshitstenaa 3 жыл бұрын
you the BEST
@Codemycom
@Codemycom 3 жыл бұрын
thanks
@phudinhtruong
@phudinhtruong 3 жыл бұрын
very helpful video
@Codemycom
@Codemycom 3 жыл бұрын
Thanks! Glad you liked it!
@phudinhtruong
@phudinhtruong 3 жыл бұрын
@@Codemycom i just build an app by your lesons thanks alot
@Codemycom
@Codemycom 3 жыл бұрын
@@phudinhtruong Awesome!
@phudinhtruong
@phudinhtruong 3 жыл бұрын
@@Codemycom love your contents
@phudinhtruong
@phudinhtruong 3 жыл бұрын
@@Codemycom what u r doing for us are so amazing
@pythoncoder6850
@pythoncoder6850 3 жыл бұрын
Your tkinter videos really helped me out, And can you make videos about Kivy mobile application Looking forward 👀
@Codemycom
@Codemycom 3 жыл бұрын
Yep, Kivy coming very soon...maybe next week.
@pythoncoder6850
@pythoncoder6850 3 жыл бұрын
@@Codemycom Thanks
@Codemycom
@Codemycom 3 жыл бұрын
@@pythoncoder6850 for sure...Kivy is fun
@aaronpaulyambaobarsana6862
@aaronpaulyambaobarsana6862 2 жыл бұрын
Thanks man
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@consultmohamedgamal5643
@consultmohamedgamal5643 3 жыл бұрын
very good
@Codemycom
@Codemycom 3 жыл бұрын
Thanks
@gmramkumar9536
@gmramkumar9536 3 жыл бұрын
thanks dude
@Codemycom
@Codemycom 3 жыл бұрын
Happy to help
@ferenckovacs1648
@ferenckovacs1648 2 жыл бұрын
Is it possible to fill columns with data and not by row i mean column by column like i mean is it possible to fill this with a dataframe?
@jerrysavarino2113
@jerrysavarino2113 2 жыл бұрын
Hi John. As always, great tutorial and very well explained! I am building an app where I can generate a different Treeview based on different options selected from one or more comboxboxes. I would select 1 or more comboboxes and then hit a button called 'Generate Report' and it will display the data in the treeview. What I am struggling to do is each time I hit the 'Generate Report' button, it always creates another Treeview widget below the previous Treeview widget. I want the function to be able to 'remove' the treeview widget and then display the different Treeview widget once the function has completed. I have tried placing pack_forget() in certain places in the function but it doesn't seem to be working. Any tips on what things I need to look at or look into?
@Codemycom
@Codemycom 2 жыл бұрын
Many ways to do it, pack_forget, destroy, .config, etc. You could put each treeview in a frame then hide/show the frames...you could use the same treeview but just delete all the data in it each time...like I said, there's just a ton of ways to do it. If pack_forget didn't work for you, it's probably because you didn't do it correctly :-p
@nestorarrastiacovella9803
@nestorarrastiacovella9803 Жыл бұрын
Thanks for this video #116. My question: Once we have the table, it is posible ti completely hide it and show a new one with same headers buth diferent rows data?
@Codemycom
@Codemycom Жыл бұрын
Sure, I probably have videos back at the beginning of the playlist on hiding widgets. Then you would just build a second one with whatever headers you wanted.
@__-yk3zp
@__-yk3zp 3 жыл бұрын
thanks man
@Codemycom
@Codemycom 3 жыл бұрын
Sure thing
@azraelaxel3124
@azraelaxel3124 9 ай бұрын
Very good tutorial!, be aware, in the code i made, if i hide the first column (the #0), will hide the "+" icon for drop down/up the list
@Codemycom
@Codemycom 9 ай бұрын
yep
@user-zw5ri8xe2u
@user-zw5ri8xe2u 8 ай бұрын
Hi everyone! I couldn't find information on the Internet. Therefore, I just wanna ask in here. Is it possible to display numbers in treeview tkinter with separator , isn't?
@zenitnadir2092
@zenitnadir2092 7 ай бұрын
Hi John, thank you for the tutorial. I have a little problem, I hope you could help me. I have two Treeviews next to each other, and I want them to be of the same width. The problem is that I have many headings, so the first one occupies almost all the space, and the second one is superthin (as much as the space that's left allows). Can you give me a hint on how to fix the width of treeviews? Thank you a lot, your videos are very helpful :D
@luigi2606
@luigi2606 2 жыл бұрын
how do you do for many text, example: some lines of text
@scott8940
@scott8940 3 жыл бұрын
Where do you obtain a man page or reference for most up to date and all of the tkinter commands, language syntex, etc. ?
@Codemycom
@Codemycom 3 жыл бұрын
Not sure there are any tkinter man pages
@user-rr2vs8zl4u
@user-rr2vs8zl4u Жыл бұрын
Thank you~~As Always~~!!
@alpapatel5182
@alpapatel5182 3 жыл бұрын
Hello John ! Can we add sqlite3 database data to this tree view? Plz reply !
@Codemycom
@Codemycom 3 жыл бұрын
Of course.
@s.v.prashath7441
@s.v.prashath7441 3 жыл бұрын
sir actually i want to fill a *cell* with many string.... if i fill the by treeview its hiding so pls tell how to increase the row height like column sir
@muratdramal2036
@muratdramal2036 2 жыл бұрын
Thank you for your wonderful videos! How can I add the the indices of the dataframe to the rows of the phantom column when I initialize the tree with the following code? tree = ttk.Treeview(root) tree.pack() df=pd.read_excel("Iris.xlsx") df_rows=df.to_numpy().tolist() cols = list(df.columns) tree['columns'] = cols for col in cols: tree.heading(col, text=col) for row in df_rows: tree.insert("", "end", values=row) tree.column('#0', width=50, stretch='no')
@sportiano3348
@sportiano3348 2 жыл бұрын
thanks man👍 but i have a question , how can i show treeview values in text widget and print by .txt file or Excel file??
@Codemycom
@Codemycom 2 жыл бұрын
I have videos on all that
@zeevholodovski4727
@zeevholodovski4727 3 жыл бұрын
I need to scan a server, that has values and nodes. Each node may have a children nodes and so on. I scan it recursively. Is it possible to use Treeview to show the contects of a server?
@Codemycom
@Codemycom 3 жыл бұрын
what contents? Treeview can show any data that you have access to
@armaankhaitan6741
@armaankhaitan6741 Жыл бұрын
How to attach a command to each treeview row. Like when i select a row some function of my creation is run
@Codemycom
@Codemycom Жыл бұрын
I have tons of videos on treeview, check them out
@solariz_galaxy
@solariz_galaxy Жыл бұрын
Great tutorital. I know it's an old video but it would be really nice if you could do zoom out of the display. It's hard to see the all lines of code (or most of them) while you're explaining.
@Codemycom
@Codemycom Жыл бұрын
the code is in the pinned comment, as always.
@mysterium364
@mysterium364 7 ай бұрын
I am trying to figure out how to put check boxes for selection state on the side. I'm sure I will figure it out soon.
@zhannashangitova
@zhannashangitova 3 жыл бұрын
Please Could you tell me, if I need to create a database and add information by rows (not by columns). How Can i make it?
@Codemycom
@Codemycom 3 жыл бұрын
I have videos on using a database further in the playlist. And you have to have both rows and columns, it's impossible otherwise.
@ClusterSeries
@ClusterSeries 3 жыл бұрын
Can we send emails using python ?? 🤔
@ANIKETMOHANK-CE-
@ANIKETMOHANK-CE- 7 ай бұрын
Sir,I want to show another treeview when I click on row of treeview but it is happening for anywhere click on treeview, Can you help me
@harshasrikanugula6225
@harshasrikanugula6225 Жыл бұрын
Hi john, how can we add check boxes with select all option and to select and unselect the rows in a treeview?
@Codemycom
@Codemycom Жыл бұрын
I don't have any videos on that
@harshasrikanugula6225
@harshasrikanugula6225 Жыл бұрын
Is there any way to do that?
@Codemycom
@Codemycom Жыл бұрын
@@harshasrikanugula6225 Sure
@govindarajg252
@govindarajg252 3 жыл бұрын
Thanks Sir, Very Nice Use Full Code
@Codemycom
@Codemycom 3 жыл бұрын
Welcome
@nicolasdegaudenzi2802
@nicolasdegaudenzi2802 4 ай бұрын
Hii, is there any chance I can add a footer to my treeview, that allows me to watch the contents the whole time, as the heading does. Thank you!
@Codemycom
@Codemycom 4 ай бұрын
I'm not aware of that
@nicolasdegaudenzi2802
@nicolasdegaudenzi2802 4 ай бұрын
okey thanks!! @@Codemycom
@hariramreddy9019
@hariramreddy9019 3 жыл бұрын
Can we create multiple treeview associated with combobox so that for each option in combobox will have separate treeview
@hariramreddy9019
@hariramreddy9019 3 жыл бұрын
Any help regarding this small problem can any one give me small logic i have tried but unable to get exact logic
@Codemycom
@Codemycom 3 жыл бұрын
Sure, why not?
@kabir73722
@kabir73722 2 жыл бұрын
Hellow Dear could you explain about how we can do that start column from right side to left side for Arabic language?Thanks
@mr.perfect9786
@mr.perfect9786 2 жыл бұрын
my_tree['show'] = 'headings' and the column with #0 will be hidden
@raghulk2219
@raghulk2219 3 жыл бұрын
Hey thank u for the video... I am getting an error... _tkinter.tclerror item not found Can you clarify it please...
@Codemycom
@Codemycom 3 жыл бұрын
what's the entire error
@vishaldedavat6835
@vishaldedavat6835 3 жыл бұрын
sir how to clear the treeview from gui .. i am making a gui for dbms project.. and i am using treeview to display table.
@Codemycom
@Codemycom 3 жыл бұрын
I discuss this in an earlier treeview series on the channel: kzbin.info/www/bejne/qqe7d6ODfNF7hs0
@masekin
@masekin 2 жыл бұрын
Thanks
@Codemycom
@Codemycom 2 жыл бұрын
Welcome
@ramlaxmanjanki
@ramlaxmanjanki Жыл бұрын
How to save tree data as pdf or print hardcopy
@mf6480verstraete
@mf6480verstraete 3 жыл бұрын
hey thank you so much for the awesome tutorials again! I'm having a little bit of trouble. I'm getting an error saying: unknown option "-idd". That's pretty strange becaus it is an option ;p can someone help me pleas becaus I really want to continue with these tutorials they're verry interesting. Greetings from Belgium!!!
@aryanparekh9314
@aryanparekh9314 3 жыл бұрын
it's `iid` not `idd` 😂😂
@shlokbajaj2133
@shlokbajaj2133 3 жыл бұрын
if we are writing from tkinter import * why do we need tp write from tkinter import ttk?
@Codemycom
@Codemycom 3 жыл бұрын
Because that's just how it works
@nikodemkarcz310
@nikodemkarcz310 3 жыл бұрын
How can we upgrade treeview? I mean user will write something in entry to appear on this
@Codemycom
@Codemycom 3 жыл бұрын
I think I cover that later
@uekihunter752
@uekihunter752 Жыл бұрын
I think that ghost column was allocated for the numbering of the items.... MAYBE....
@dkildkil234
@dkildkil234 Жыл бұрын
How can I insert text with spaces it's not found
@akcandlestick8948
@akcandlestick8948 3 жыл бұрын
thks for this video john! sir Please how to put Treeview color
@Codemycom
@Codemycom 3 жыл бұрын
I believe you can use tags like in the text box widget
@websell1541
@websell1541 2 жыл бұрын
thanx
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@LAVEMOBIT
@LAVEMOBIT 2 жыл бұрын
Good morning, can you help me with Python? I have a Python program that takes data and writes it to a database. But I need to add a function that takes the registration date, and counts 90 days, and after 90 days print a message to the user informing that the registration already has 90 days, you know? I'm researching on the internet but I'm not able to develop something that works, I don't know anyone who understands and can help me with this, can you help me?
@Codemycom
@Codemycom 2 жыл бұрын
This is trivial, but sorry I don't have any videos on it and don't do consulting work.
@miraceti56
@miraceti56 3 жыл бұрын
hi, the minwidth=0 make the first column disapear too :=) very good tutorials thanks a lot
@Codemycom
@Codemycom 3 жыл бұрын
You're welcome
@apoorv9492
@apoorv9492 3 жыл бұрын
Can this treeview widget be used as a playlist for music player? Which has column like track name, artist, genre, length and all that.
@Codemycom
@Codemycom 3 жыл бұрын
I don't see why not...it would take quite a bit of hacking around, so I'm not sure why you'd want to...
@apoorv9492
@apoorv9492 3 жыл бұрын
@@Codemycom Nice, if you could do a tutorial for it, it would be great. I know that `mutagen.File(filepath, easy=True)` returns a dictionary of information tags inside the music file. So I can do a for loop, and use the index of those to insert into specific columns maybe ... Well, what's the point of learning to code, if you can't experiment :D.
@Codemycom
@Codemycom 3 жыл бұрын
@@apoorv9492 ha, yeah you're on your own for this one ;-)
@apoorv9492
@apoorv9492 3 жыл бұрын
@@Codemycom I wanted to ask another thing, you showed how to `askopenfilename()`, what if I want to add a folder, or bunch of folders instead of files?
@Codemycom
@Codemycom 3 жыл бұрын
@@apoorv9492 What do you mean? How do you add a folder? What does that mean?
@tazulislam2698
@tazulislam2698 2 жыл бұрын
How to cotent wrapped inside row?
@Codemycom
@Codemycom 2 жыл бұрын
Not sure what you mean
@quteibaalsalaa6346
@quteibaalsalaa6346 3 жыл бұрын
when i add like 20 columns my screen will expand and i can not see the end, if there any method where i can fix that, like the Treeview could be expand in the Fram but not the Fram! thanks
@Codemycom
@Codemycom 3 жыл бұрын
Do you mean like with a scrollbar?
@quteibaalsalaa6346
@quteibaalsalaa6346 3 жыл бұрын
@@Codemycom yes
@quteibaalsalaa6346
@quteibaalsalaa6346 3 жыл бұрын
@@Codemycom i used the Pack method and git ride of the Grid method for the sscrollbar with expand=X and expand=Y and it work for me, thnak's for support
@quteibaalsalaa6346
@quteibaalsalaa6346 3 жыл бұрын
one another question as you are profi, what do you think is the most beautiful GUI libs from python? i find tkinter look very old, but you made it junger ;) any idea modern GUI with powerful resourcess on Internet?
@Codemycom
@Codemycom 3 жыл бұрын
@@quteibaalsalaa6346 No, it just depends on the requirements for your specific project.
@chiahsiungliang6763
@chiahsiungliang6763 Ай бұрын
謝謝!
@Codemycom
@Codemycom Ай бұрын
thanks!
@consultmohamedgamal5643
@consultmohamedgamal5643 3 жыл бұрын
I Need Select Item On Click Treeview
@asifsaad5827
@asifsaad5827 3 жыл бұрын
if we keep it like this: my_tree.column("#0",width=0,minwidth=0,stretch=NO) stretch does not work!! why?
@Codemycom
@Codemycom 3 жыл бұрын
It should...try removing the minwidth thing... did you import tkinter the same way that I do? make sure you spelled stretch correctly
@asifsaad5827
@asifsaad5827 3 жыл бұрын
@@Codemycom it worked!! thanks! keep up the good work!!
@Codemycom
@Codemycom 3 жыл бұрын
@@asifsaad5827 awesome
@danielzheleznov72
@danielzheleznov72 3 жыл бұрын
What is the difference between a Treeview and a Listbox
@Codemycom
@Codemycom 3 жыл бұрын
really? they're completely different
Tkinter - Treeview Edit Cells Directly
45:45
JobinPy
Рет қаралды 20 М.
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 10 МЛН
Doing This Instead Of Studying.. 😳
00:12
Jojo Sim
Рет қаралды 24 МЛН
НЫСАНА КОНЦЕРТ 2024
2:26:34
Нысана театры
Рет қаралды 1,6 МЛН
creating tables in tkinter with the treeview widget
14:44
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 634 М.
Matplotlib Widgets Make Your Graphs Interactive
16:09
NeuralNine
Рет қаралды 12 М.
Pack Vs Grid For Placement - Intro To Tkinter 3
13:20
Tkinter․com
Рет қаралды 2,1 М.
Tkinter - Treeview Get Selected Items
11:43
JobinPy
Рет қаралды 9 М.
Connect Treeview To Database - Python Tkinter GUI Tutorial #174
17:36
Color and Style Our Treeview - Python Tkinter GUI Tutorial #118
11:52
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 10 МЛН