Treeview - Python Tkinter GUI Tutorial

  Рет қаралды 140,254

Codemy.com

Codemy.com

Күн бұрын

Пікірлер: 234
@Codemycom
@Codemycom 4 жыл бұрын
▶️ 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 4 жыл бұрын
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 4 жыл бұрын
Thanks! I appreciate that!
@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 ?
@judeleon8485
@judeleon8485 4 жыл бұрын
Thanks so much John, I appreciate you so much for taking on this topic. You are awesomely great
@Codemycom
@Codemycom 4 жыл бұрын
You are so welcome! glad you enjoyed it!
@cuitaro
@cuitaro 4 жыл бұрын
This video was quite early! A.K.A Your videos are AWESOME! They are like 20% cooler than other tutorials!
@Codemycom
@Codemycom 4 жыл бұрын
ha thanks!
@codegeassprogramming
@codegeassprogramming 2 жыл бұрын
Thanks Sir No one teaches tkinter in depth like you you have helped me earn money thanks sir
@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 3 жыл бұрын
Thanks so much! I was looking for this for many days on the web!!!
@Codemycom
@Codemycom 3 жыл бұрын
Glad I could help!
@اندرويدتك-ذ6ض
@اندرويدتك-ذ6ض 4 жыл бұрын
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 4 жыл бұрын
Will probably be doing that, yes :-)
@linuxguardian8596
@linuxguardian8596 4 жыл бұрын
Legend says, he still is doing tkinter tutorials to this day...
@sudin99and81
@sudin99and81 4 жыл бұрын
obviously???
@linuxguardian8596
@linuxguardian8596 4 жыл бұрын
@@sudin99and81 wow dude you are really smart for not understanding a joke
@Codemycom
@Codemycom 4 жыл бұрын
hahaha
@sudin99and81
@sudin99and81 4 жыл бұрын
@@linuxguardian8596 i was born smart
@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👍👍👍😎😍😊😀
@PeeOrbital
@PeeOrbital 2 жыл бұрын
Gotta love John Elder. What a master at teaching.
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!
@u2watchermirador101
@u2watchermirador101 4 жыл бұрын
Thanks John! This is what I was waiting for from you. 👍🏾👍🏾👍🏾👍🏾👍🏾❤️❤️❤️
@Codemycom
@Codemycom 4 жыл бұрын
Awesome, glad I could help!
@aloksharma6095
@aloksharma6095 4 жыл бұрын
Thank you sir for your whole playlist and efforts . Blessing from India
@Codemycom
@Codemycom 4 жыл бұрын
Glad you enjoy them!
@mathiasvillalbadiaz6433
@mathiasvillalbadiaz6433 3 жыл бұрын
Uno de los pocos cursos en ingles que podes entender sin hablar Ingles, Que Grande Codemy, muchas Gracias
@rogeriovaz4420
@rogeriovaz4420 3 жыл бұрын
Simply, the best. Thanks.
@Rulzan
@Rulzan 11 ай бұрын
Although your trainings are free, i bought them on udemy. Thank you so much, i really learned a lot!
@Codemycom
@Codemycom 11 ай бұрын
thanks, appreciate it!
@eesakamaldien1917
@eesakamaldien1917 3 жыл бұрын
what a great video! thank you so much you are my new guru! definitely subscribed
@Codemycom
@Codemycom 3 жыл бұрын
Awesome, thanks!
@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.
@adrielbradley6677
@adrielbradley6677 4 жыл бұрын
I was looking forward to this one. Great one!
@Codemycom
@Codemycom 4 жыл бұрын
Glad you liked it!
@connguyen8694
@connguyen8694 3 жыл бұрын
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!
@gabrielpena5829
@gabrielpena5829 3 жыл бұрын
These videos are amazing. The guy who gave this video a dislike is crazy
@Codemycom
@Codemycom 3 жыл бұрын
ha thanks!
@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!
@azraelaxel3124
@azraelaxel3124 Жыл бұрын
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 Жыл бұрын
yep
@realmercure1447
@realmercure1447 3 жыл бұрын
Good demonstration of how to use a treeview to make a table !?
@Codemycom
@Codemycom 3 жыл бұрын
Glad you enjoyed it!
@lecomtegaetan8120
@lecomtegaetan8120 3 жыл бұрын
thank you so much , u can't imagine how it's helping me rn =)
@mr.RAND5584
@mr.RAND5584 2 жыл бұрын
Beautiful. Tables i love tables, csharp, java, vb.net, html, javafx. Thank you sir.
@Codemycom
@Codemycom 2 жыл бұрын
welcome
@RyanDanielG
@RyanDanielG 3 жыл бұрын
Smash that like button guys n gals! its free! great python tkinter tutorial, Codemy. Thanks
@bennysalim354
@bennysalim354 4 жыл бұрын
Yes.. this is what i need instead of using listbox. Thank you Sir
@Codemycom
@Codemycom 4 жыл бұрын
You are welcome
@ab123-j7v
@ab123-j7v 2 жыл бұрын
Great lesson, thank you for your time and efforts.
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@bryanttejeda875
@bryanttejeda875 6 ай бұрын
I found the video I needed,that stupid ghost column seemed inmortal, thank you
@Codemycom
@Codemycom 5 ай бұрын
Glad you got it sorted out!
@zenitnadir2092
@zenitnadir2092 9 ай бұрын
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
@ARUNKUMAR-op6cn
@ARUNKUMAR-op6cn 4 жыл бұрын
I was looking for this thank you sir
@Codemycom
@Codemycom 4 жыл бұрын
Enjoy!
@sinakarimi8273
@sinakarimi8273 4 жыл бұрын
Hello john, can we add a button as a value of a cloumn in treeview?
@joy2000cyber
@joy2000cyber Жыл бұрын
14:20 if I need the little check box not on column #0, say on column #2, what to do? Thanks!❤
@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.
@alkasinha8131
@alkasinha8131 2 жыл бұрын
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
@番長ほむら
@番長ほむら 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?
@МухтарАуэзов-ц8ш
@МухтарАуэзов-ц8ш 11 ай бұрын
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?
@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
@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
@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?
@jenilchudgar
@jenilchudgar 2 жыл бұрын
Congrats on 100K Subs
@Codemycom
@Codemycom 2 жыл бұрын
Thanks!!
@Knud451
@Knud451 3 жыл бұрын
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 3 жыл бұрын
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.
@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.
@maksymprotsak3316
@maksymprotsak3316 2 жыл бұрын
Thank you for a lesson!
@alpapatel5182
@alpapatel5182 4 жыл бұрын
Hello John ! Can we add sqlite3 database data to this tree view? Plz reply !
@Codemycom
@Codemycom 4 жыл бұрын
Of course.
@mustafamontaser4955
@mustafamontaser4955 3 жыл бұрын
you make it so easy thanks a lot
@Codemycom
@Codemycom 3 жыл бұрын
Glad you're enjoying the videos!
@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?
@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.
@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
@ANIKETMOHANK-CE-
@ANIKETMOHANK-CE- 10 ай бұрын
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
@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 4 жыл бұрын
Your tkinter videos really helped me out, And can you make videos about Kivy mobile application Looking forward 👀
@Codemycom
@Codemycom 4 жыл бұрын
Yep, Kivy coming very soon...maybe next week.
@pythoncoder6850
@pythoncoder6850 4 жыл бұрын
@@Codemycom Thanks
@Codemycom
@Codemycom 4 жыл бұрын
@@pythoncoder6850 for sure...Kivy is fun
@mysterium364
@mysterium364 10 ай бұрын
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.
@nicolasdegaudenzi2802
@nicolasdegaudenzi2802 6 ай бұрын
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 6 ай бұрын
I'm not aware of that
@nicolasdegaudenzi2802
@nicolasdegaudenzi2802 6 ай бұрын
okey thanks!! @@Codemycom
@parsabahrambeik4381
@parsabahrambeik4381 4 жыл бұрын
Thank you very much for your video.
@Codemycom
@Codemycom 4 жыл бұрын
You are welcome
@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.
@NotBeHaris
@NotBeHaris 4 жыл бұрын
another great tutorial.
@Codemycom
@Codemycom 4 жыл бұрын
Thanks!
@scott8940
@scott8940 4 жыл бұрын
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 4 жыл бұрын
Not sure there are any tkinter man pages
@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
@luigi2606
@luigi2606 3 жыл бұрын
how do you do for many text, example: some lines of text
@mr.perfect9786
@mr.perfect9786 2 жыл бұрын
my_tree['show'] = 'headings' and the column with #0 will be hidden
@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
@sarahmadhavank3925
@sarahmadhavank3925 3 жыл бұрын
Thanks a lot sir !! It was very helpful
@Codemycom
@Codemycom 3 жыл бұрын
Glad it was helpful!
@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
@danielalegriasallo5551
@danielalegriasallo5551 3 жыл бұрын
thanks for the tut.
@Codemycom
@Codemycom 3 жыл бұрын
Sure thing
@uekihunter752
@uekihunter752 Жыл бұрын
I think that ghost column was allocated for the numbering of the items.... MAYBE....
@ClusterSeries
@ClusterSeries 4 жыл бұрын
Can we send emails using python ?? 🤔
@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?
@akshitstenaa
@akshitstenaa 3 жыл бұрын
you the BEST
@Codemycom
@Codemycom 3 жыл бұрын
thanks
@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')
@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
@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
@improveyourlisteningskills2116
@improveyourlisteningskills2116 2 жыл бұрын
Thanks a lot 😄
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@apoorv9492
@apoorv9492 4 жыл бұрын
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 4 жыл бұрын
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 4 жыл бұрын
@@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 4 жыл бұрын
@@apoorv9492 ha, yeah you're on your own for this one ;-)
@apoorv9492
@apoorv9492 4 жыл бұрын
@@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 4 жыл бұрын
@@apoorv9492 What do you mean? How do you add a folder? What does that mean?
@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.
@consultmohamedgamal5643
@consultmohamedgamal5643 3 жыл бұрын
very good
@Codemycom
@Codemycom 3 жыл бұрын
Thanks
@mf6480verstraete
@mf6480verstraete 4 жыл бұрын
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 4 жыл бұрын
it's `iid` not `idd` 😂😂
@raghulk2219
@raghulk2219 4 жыл бұрын
Hey thank u for the video... I am getting an error... _tkinter.tclerror item not found Can you clarify it please...
@Codemycom
@Codemycom 4 жыл бұрын
what's the entire error
@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 4 ай бұрын
謝謝!
@Codemycom
@Codemycom 4 ай бұрын
thanks!
@yafethtb
@yafethtb 2 жыл бұрын
17:46 I think rather than manually using count as variable, it will be better to use enumerate instead.
@Codemycom
@Codemycom 2 жыл бұрын
My way works...enumerate works...there are always a million ways to do anything. There is no right or wrong in coding, really.
@gmramkumar9536
@gmramkumar9536 3 жыл бұрын
thanks dude
@Codemycom
@Codemycom 3 жыл бұрын
Happy to help
@ramlaxmanjanki
@ramlaxmanjanki Жыл бұрын
How to save tree data as pdf or print hardcopy
@paulp-g4u
@paulp-g4u 2 жыл бұрын
Thanks man
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@dkildkil234
@dkildkil234 Жыл бұрын
How can I insert text with spaces it's not found
@masekin
@masekin 2 жыл бұрын
Thanks
@Codemycom
@Codemycom 2 жыл бұрын
Welcome
@govindarajg252
@govindarajg252 3 жыл бұрын
Thanks Sir, Very Nice Use Full Code
@Codemycom
@Codemycom 3 жыл бұрын
Welcome
@nikodemkarcz310
@nikodemkarcz310 4 жыл бұрын
How can we upgrade treeview? I mean user will write something in entry to appear on this
@Codemycom
@Codemycom 4 жыл бұрын
I think I cover that later
@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
@danielzheleznov72
@danielzheleznov72 4 жыл бұрын
What is the difference between a Treeview and a Listbox
@Codemycom
@Codemycom 4 жыл бұрын
really? they're completely different
@asifsaad5827
@asifsaad5827 4 жыл бұрын
if we keep it like this: my_tree.column("#0",width=0,minwidth=0,stretch=NO) stretch does not work!! why?
@Codemycom
@Codemycom 4 жыл бұрын
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 4 жыл бұрын
@@Codemycom it worked!! thanks! keep up the good work!!
@Codemycom
@Codemycom 4 жыл бұрын
@@asifsaad5827 awesome
@miraceti56
@miraceti56 4 жыл бұрын
hi, the minwidth=0 make the first column disapear too :=) very good tutorials thanks a lot
@Codemycom
@Codemycom 4 жыл бұрын
You're welcome
@websell1541
@websell1541 2 жыл бұрын
thanx
@Codemycom
@Codemycom 2 жыл бұрын
Welcome!
@akcandlestick8948
@akcandlestick8948 4 жыл бұрын
thks for this video john! sir Please how to put Treeview color
@Codemycom
@Codemycom 4 жыл бұрын
I believe you can use tags like in the text box widget
@tazulislam2698
@tazulislam2698 2 жыл бұрын
Thanks. Waiting for pagination in treeview. Please!
@Codemycom
@Codemycom 2 жыл бұрын
Interesting suggestion!
@khizarkhan8252
@khizarkhan8252 4 жыл бұрын
sir i m big fan of you your videos are really helpful sir i start working on treeview but when i use this i have error that ttk is not in tkinter so sir please tell how to install ttk
@Codemycom
@Codemycom 4 жыл бұрын
There is nothing to install, you just have to import it at the top of your program like I do in the videos.
@khizarkhan8252
@khizarkhan8252 4 жыл бұрын
@@Codemycom attribute error : module ' tkinter' has no attribute ' Treeview' Respected sir i m importing like you import in video but i got this error kindly tell what i did with this error i m waiting for your reply??????
@Codemycom
@Codemycom 4 жыл бұрын
@@khizarkhan8252 import tkinter.ttk as ttk my_tree = ttk.Treeview(...
@khizarkhan8252
@khizarkhan8252 4 жыл бұрын
@@Codemycom wow its working your are really helpful thankue so much
@Romalian
@Romalian 3 жыл бұрын
How do you make it so the child is indented when clicked
This Is Why Python Data Classes Are Awesome
22:19
ArjanCodes
Рет қаралды 811 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 125 МЛН
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 90 МЛН
Tkinter - Treeview Edit Cells Directly
45:45
JobinPy
Рет қаралды 22 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 409 М.
creating tables in tkinter with the treeview widget
14:44
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 80 М.
Pack Vs Grid For Placement - Intro To Tkinter 3
13:20
Tkinter․com
Рет қаралды 2,9 М.
Connect Treeview To Database - Python Tkinter GUI Tutorial #174
17:36
Python GUI Development With PySimpleGUI
15:15
Real Python
Рет қаралды 1 МЛН
Adding a Full Screen ScrollBar - Python Tkinter GUI Tutorial #96
15:08
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 125 МЛН