Modern Buttons In CustomTkinter - Tkinter CustomTkinter 2

  Рет қаралды 35,970

Tkinter․com

Tkinter․com

Күн бұрын

Пікірлер: 52
@TkinterPython
@TkinterPython Жыл бұрын
▶ Watch CustomTkinter Playlist ✅ FREE Tkinter Widget Book bit.ly/45iO4OP 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
@sovereignlivingsoul
@sovereignlivingsoul 10 ай бұрын
i'm going to binge watch your playlist, you have great presentation, i suggest not apologizing as often, i think people enjoy your designs, regardless of their ocular enhancements
@TkinterPython
@TkinterPython 10 ай бұрын
🙂
@yarbio
@yarbio 5 ай бұрын
i really love your videos, some can be hard to understand but your presentation and the way you show it all is very simple and i am LOVING it. thank you.
@КотБурбон-г2ы
@КотБурбон-г2ы 2 ай бұрын
thanks for the video, it was helpful!!
@figennurulusal2587
@figennurulusal2587 Жыл бұрын
Is there a "wraplength" or such for customtkinter? the size of text on my buttons messes up the size of the button even though I do put width and height at a certain number.
@bluewhale656
@bluewhale656 6 ай бұрын
I have a quick question about tkinter buttons: If I use a png image for the button, will the button only activate if I click on the opaque pixels or will it also activate if I click on transparent pixels?
@thangabalur8612
@thangabalur8612 8 ай бұрын
Can you implement drag and drop buttons
@evaneoskowar8859
@evaneoskowar8859 8 ай бұрын
is there a technical way to add button with like multicolor/rainbow borders like website does?
@Codemycom
@Codemycom 8 ай бұрын
not unless you use an image
@devabdul
@devabdul Жыл бұрын
Sir i have question, how i create one file with bg, font size etc designing part for all my buttons?
@BillyHau
@BillyHau Жыл бұрын
is there a way to bind a button released command?
@TkinterPython
@TkinterPython Жыл бұрын
Sure
@Chuchundrik-The-First
@Chuchundrik-The-First Жыл бұрын
Thank you, sir!
@TkinterPython
@TkinterPython Жыл бұрын
Welcome!
@joeb3045
@joeb3045 10 ай бұрын
Hi, is it possible to pass an argument to the function, that is called with command?
@TkinterPython
@TkinterPython 10 ай бұрын
yes, using lambdas. command=lambda: whatever(thing)
@YinjinChen
@YinjinChen 10 ай бұрын
Sir, how to make button recognize different kinds of clicking? Like responding in different ways when users rightclick and leftclick.
@TkinterPython
@TkinterPython 10 ай бұрын
Use binding
@nikhilnarsipalli9694
@nikhilnarsipalli9694 Жыл бұрын
I have a question, how can we enable button border only when hovered upon
@TkinterPython
@TkinterPython Жыл бұрын
Use the hover_color attribute
@Heroes_Academy1
@Heroes_Academy1 Жыл бұрын
I have a question is there a spin box in Ctk
@TkinterPython
@TkinterPython Жыл бұрын
I don't think so
@SuperLimeWorld
@SuperLimeWorld 11 ай бұрын
When I click a button it runs the "command" twice, Eg. if you have a function that prints ("h") and run it with the button, it will print("h") twice.
@TkinterPython
@TkinterPython 11 ай бұрын
You did something different from the video then
@reo22650
@reo22650 9 ай бұрын
for some reason when I use root.geometry("650, 300") It doesnt change the size or anything
@TkinterPython
@TkinterPython 9 ай бұрын
Because that's not how you do it. root.geometry('650x300') not ('650, 300')
@AhmedAl-Yousofi
@AhmedAl-Yousofi Жыл бұрын
How to keep the state of the button to disabled until the entry ( input ) is filled by some text, then change it to normal ?
@TkinterPython
@TkinterPython Жыл бұрын
use a binding on the entry box to run a function that changes the button state
@mouazalbitar6174
@mouazalbitar6174 9 ай бұрын
My mouse cursor does not change when I click on the button. Please help
@TkinterPython
@TkinterPython 9 ай бұрын
help with what? Is that a problem?
@jasmine2258
@jasmine2258 Жыл бұрын
can we disabled the background of the button??
@TkinterPython
@TkinterPython Жыл бұрын
Sorry, don't know what you mean
@DRKLRD-kv4cm
@DRKLRD-kv4cm 9 ай бұрын
@@TkinterPython i think he probably, just like me, wants to know whether it's possible to make the background of the button TRULY TRANSPARENT. Because, as long as you use a fixed colour for the background frame/window, it works fine, but when you put an image on the background, the 4 corners of the button appear, white, and are not transparent at all. I would like to know that as well, if you happen to know
@Koinonia-kt5mb
@Koinonia-kt5mb 11 ай бұрын
Why does ctk don't have messagebox?
@TkinterPython
@TkinterPython 11 ай бұрын
Because the guy who created it didn't put one in.
@Koinonia-kt5mb
@Koinonia-kt5mb 11 ай бұрын
@@TkinterPython so is there any other opinion other than messagebox?
@TkinterPython
@TkinterPython 11 ай бұрын
@@Koinonia-kt5mbSure, depending on what you mean by messagebox and what you need it to do. You can always just create a new tkinter toplevel window.
@larslover6559
@larslover6559 9 ай бұрын
@@Koinonia-kt5mb You can still use the message box in regular tkinter.. if you have many windows put in parent=(your present window). so that the messagebox opens at the right window
@ssukhdipmanku408
@ssukhdipmanku408 Жыл бұрын
Excellent way of explaining
@TkinterPython
@TkinterPython Жыл бұрын
Thanks!
@MysteryMindset636
@MysteryMindset636 Жыл бұрын
please upload more vedios on this topic custom tkinter
@TkinterPython
@TkinterPython Жыл бұрын
There's an entire playlist, you're on video 2
@JarppaGuru
@JarppaGuru 13 күн бұрын
4:20 they are same ubuntu is just debian with theme xD
@rgmtb
@rgmtb Жыл бұрын
These videos are terrific! I'm new to tk everything (haha). There seems to be, Tk Ttk Ttkbootstrap And now custom tkinter What should I focus on? Custom tkinter seems very flexible so I thought I might as well just focus on the latest and greatest. Your thoughts?
@TkinterPython
@TkinterPython Жыл бұрын
Doesn't really matter... start with whatever grabs your fancy
@lucachristian2305
@lucachristian2305 Жыл бұрын
how to import custom fonts ?
@TkinterPython
@TkinterPython Жыл бұрын
I think there's a video on the channel about that
@Gengar7656
@Gengar7656 8 ай бұрын
Hey great video! Is there a difference between CTkButton und customtkinter.CTkButton ? I have always been using the first syntax and thaught its the same
@TkinterPython
@TkinterPython 8 ай бұрын
it's the same, it just depends on how you imported it, which syntax you use.
@Test-xn9jq
@Test-xn9jq 6 ай бұрын
Your real name is John Eldor?
@TkinterPython
@TkinterPython 6 ай бұрын
John Elder
Entry Widgets in CustomTkinter - Tkinter CustomTkinter 3
11:41
Tkinter․com
Рет қаралды 27 М.
Using tkinter with classes
28:23
Atlas
Рет қаралды 77 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Check Boxes in CustomTkinter - Tkinter CustomTkinter 4
17:19
Tkinter․com
Рет қаралды 14 М.
Using button functions with arguments in tkinter
8:04
Atlas
Рет қаралды 21 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Pack Vs Grid For Placement - Intro To Tkinter 3
13:20
Tkinter․com
Рет қаралды 4 М.
Combo Boxes in CustomTkinter - Tkinter CustomTkinter 5
20:59
Tkinter․com
Рет қаралды 18 М.
Modern GUI Design With CustomTkinter! - Tkinter CustomTkinter 1
8:36
Tkinter․com
Рет қаралды 141 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН