▶ Watch Tkinter Projects Playlist ✅ FREE Tkinter Widget Book bit.ly/3AeVo0d bit.ly/3K4qlZC ▶ See More At: ✅ Subscribe To My KZbin Channel: Tkinter.com bit.ly/3Pk1By4 ▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group: 30% off with coupon code: youtube bit.ly/2GFmOBz ▶ Get The Code For This Video bit.ly/3dCzz2K
@thebuggser2752 Жыл бұрын
Very nice application! Thanks! I especially like the change the row height hack. Clever.
@TkinterPython Жыл бұрын
Thanks!
@georgecodeing79072 жыл бұрын
thank u so much for the helpful videos .... cant wait for more
@TkinterPython2 жыл бұрын
More coming soon!
@grif5332 Жыл бұрын
You have an amazing teaching style. I do not have much knowledge in tkinter ...or python for that matter (as i am still learning this for work). But, I understood everything and am super excited to learn this further! Thank you! :)
@TkinterPython Жыл бұрын
Awesome! Keep it up!
@alfredomolina26972 жыл бұрын
Hi, is a great video very constructive, thank you
@TkinterPython2 жыл бұрын
Welcome!
@NaimaIsmail-l8o15 күн бұрын
How can i make copy function to copy treeview?
@시간속으로-s3k Жыл бұрын
Thank you~~As Always~~!!
@sebsincognito2 жыл бұрын
great video! does it work with csv files?
@obulnaidu34642 жыл бұрын
Thank you so much
@TkinterPython2 жыл бұрын
Very welcome!
@jiovanniabdelmalak2962 жыл бұрын
need the other half of the video!
@TkinterPython2 жыл бұрын
What other half? What do you mean? The video is complete.
@manarmimi30732 жыл бұрын
Thank you cir
@TkinterPython2 жыл бұрын
Welcome!
@Eirstream Жыл бұрын
@TkinterPython nice video, please say: how to edit and values at the treeview??? thank you
@TkinterPython Жыл бұрын
I have videos on the channel that teach that
@el_munoz2 жыл бұрын
I realize that we can rid the #0 column in the Treeview fill data loop. Thanks!
@TkinterPython2 жыл бұрын
Sure thing!
@pc-kn7kt Жыл бұрын
i get value from excel to treeview but integer showing with decimal value. i dont want decimal value, i tried many ways but it showing like 1.0 what to do
@pc-kn7kt Жыл бұрын
got it. exceltrv1.heading('a', text="a", anchor=W) for row in dftoken.iterrows(): a= row[1]['a'] exceltrv1.insert("", 0, values=(int(a)))
@angeljimenex880 Жыл бұрын
Tengo problemas con List
@ayushmuley19072 жыл бұрын
Thanks
@TkinterPython2 жыл бұрын
Welcome!
@marcelledibondji42152 жыл бұрын
Hi , thanks for the video . I tried the same code but it seems like I can’t read excel files . I have the following error message : UnicodeDecodeError: ´utf-8 code can’t decode byte 0xec in position 14: invalid continuation byte ‘. Can you help me please ?
@TkinterPython2 жыл бұрын
What did google tell you when you googled the error?