▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book bit.ly/45iO4OP bit.ly/3K4qlZC ▶ See More At: ✅ Subscribe To My RUclips 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
well, finally finished watching the last video of this series, very informative and well presented, i love your approach, i did end up getting a membership because of it, so, i guess whatever happens next can be attributed to your persuasiveness, i look forward to perusing your offerings, but i am going to vere to the side a bit and look into python / web integration to see if i can come up with some innovative ideas for my website that include python and the rest of them, also could add to my series on web design, so thanks again.
I just want to share this with you man, I watched ALL parts from introduction to part 23 to learn how to make 2 buttons at same row!!! I am not sure if it is something you better to mention in very first parts or it is just my stat as a newbie. :) by the way videos are awesome, speed is perfect and it is really attractive. thanks once again
Great job on this video series. When you change the widget from text box to label, you haven't set the "text_color" for the label. By default the text color is white and, with the white background, it was not visible
is there a way to have the frame slowing down when it is near the position it will go to? can we implement some sort of function similar to ease in and out in css?
If you're constrained to use the place method, your widget's position is absolute, meaning the window might not be resizable. Additionally, if you resize the window, the widget may not adapt to the new size. Is this correct? Is there a solution for this?
I have a program that I want to convert to EXE. I tried all the methods literally, but always the same problem. AttributeError: 'NoneType' object has no attribute 'write' 😢
▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book
bit.ly/45iO4OP bit.ly/3K4qlZC
▶ See More At: ✅ Subscribe To My RUclips 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
well, finally finished watching the last video of this series, very informative and well presented, i love your approach, i did end up getting a membership because of it, so, i guess whatever happens next can be attributed to your persuasiveness, i look forward to perusing your offerings, but i am going to vere to the side a bit and look into python / web integration to see if i can come up with some innovative ideas for my website that include python and the rest of them, also could add to my series on web design, so thanks again.
Glad you enjoyed everything!
Hi John, I appreciate your Hard Work and Consistency. I wanna ask that is this the Last Video of this Playlist.
Yes
Wow. Thanks John. That is really cool. I am already thinking of how I can use that for menus and other items. 😯
Glad it was helpful!
Thanks John, will make use of this for my Menu. As a Burger Menu Screen 🍻
Nice!
Excellent video friend. I'm new to the channel and I look forward to seeing more content like this on your channel.
Welcome to the channel!
I just want to share this with you man, I watched ALL parts from introduction to part 23 to learn how to make 2 buttons at same row!!! I am not sure if it is something you better to mention in very first parts or it is just my stat as a newbie. :) by the way videos are awesome, speed is perfect and it is really attractive. thanks once again
Just use the grid system instead of the pack system. button1.grid(row=0, column=0) button2.grid(row=0, column=1)
Good (From SriLanka)
Thanks!
Next tutorial about layouting please 😊
Great job on this video series.
When you change the widget from text box to label, you haven't set the "text_color" for the label. By default the text color is white and, with the white background, it was not visible
Your speaks Zjoop, Okey 😂😂😂, This is cool videos
Um, ok lol thanks
is there a way to have the frame slowing down when it is near the position it will go to? can we implement some sort of function similar to ease in and out in css?
Probably...use logic based on position...I don't have videos on that.
Sir please uploade more video I can’t wait ❤️
Always making more videos.
can you make this with ttkBootStrap?
or regular tkk/tk?
Yes, exactly the same.. it has nothing to do with customtkinter
If you're constrained to use the place method, your widget's position is absolute, meaning the window might not be resizable. Additionally, if you resize the window, the widget may not adapt to the new size. Is this correct? Is there a solution for this?
No, that's not correct. You can change your place specs anytime you want, including on resize of the app.
Is this code hosted anywhere? GitHub perhaps.
yeah code always in the pinned comment
What is the difference between youtube and web membership?
membership has content that youtube doesnt
I have a program that I want to convert to EXE. I tried all the methods literally, but always the same problem. AttributeError: 'NoneType' object has no attribute 'write'
😢
The CustomTkinter documentation has specific instructions for making an EXE file.
Can you pls tell how to make an app out of a tkinter code
That's what all the videos on this channel do...
I am big fan of you reply me to motivate mee🫢
Thanks for watching!