Modern Buttons In CustomTkinter - Tkinter CustomTkinter 2

  Рет қаралды 30,364

Tkinter․com

Tkinter․com

Күн бұрын

Пікірлер: 50
@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 7 ай бұрын
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 7 ай бұрын
🙂
@yarbio
@yarbio 2 ай бұрын
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.
@bluewhale656
@bluewhale656 2 ай бұрын
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?
@figennurulusal2587
@figennurulusal2587 10 ай бұрын
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.
@АндрейТитов-ж7л
@АндрейТитов-ж7л 11 ай бұрын
Thank you, sir!
@TkinterPython
@TkinterPython 11 ай бұрын
Welcome!
@thangabalur8612
@thangabalur8612 4 ай бұрын
Can you implement drag and drop buttons
@evaneoskowar8859
@evaneoskowar8859 4 ай бұрын
is there a technical way to add button with like multicolor/rainbow borders like website does?
@Codemycom
@Codemycom 4 ай бұрын
not unless you use an image
@rgmtb
@rgmtb 9 ай бұрын
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 9 ай бұрын
Doesn't really matter... start with whatever grabs your fancy
@YinjinChen
@YinjinChen 6 ай бұрын
Sir, how to make button recognize different kinds of clicking? Like responding in different ways when users rightclick and leftclick.
@TkinterPython
@TkinterPython 6 ай бұрын
Use binding
@devabdul
@devabdul Жыл бұрын
Sir i have question, how i create one file with bg, font size etc designing part for all my buttons?
@SuperLimeWorld
@SuperLimeWorld 8 ай бұрын
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 8 ай бұрын
You did something different from the video then
@ssukhdipmanku408
@ssukhdipmanku408 Жыл бұрын
Excellent way of explaining
@TkinterPython
@TkinterPython Жыл бұрын
Thanks!
@joeb3045
@joeb3045 6 ай бұрын
Hi, is it possible to pass an argument to the function, that is called with command?
@TkinterPython
@TkinterPython 6 ай бұрын
yes, using lambdas. command=lambda: whatever(thing)
@BillyHau
@BillyHau 9 ай бұрын
is there a way to bind a button released command?
@TkinterPython
@TkinterPython 9 ай бұрын
Sure
@reo22650
@reo22650 6 ай бұрын
for some reason when I use root.geometry("650, 300") It doesnt change the size or anything
@TkinterPython
@TkinterPython 6 ай бұрын
Because that's not how you do it. root.geometry('650x300') not ('650, 300')
@mouazalbitar6174
@mouazalbitar6174 6 ай бұрын
My mouse cursor does not change when I click on the button. Please help
@TkinterPython
@TkinterPython 6 ай бұрын
help with what? Is that a problem?
@nikhilnarsipalli9694
@nikhilnarsipalli9694 11 ай бұрын
I have a question, how can we enable button border only when hovered upon
@TkinterPython
@TkinterPython 11 ай бұрын
Use the hover_color attribute
@MysteryMindset636
@MysteryMindset636 11 ай бұрын
please upload more vedios on this topic custom tkinter
@TkinterPython
@TkinterPython 11 ай бұрын
There's an entire playlist, you're on video 2
@AhmedAl-Yousofi
@AhmedAl-Yousofi 11 ай бұрын
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 11 ай бұрын
use a binding on the entry box to run a function that changes the button state
@Gengar7656
@Gengar7656 5 ай бұрын
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 5 ай бұрын
it's the same, it just depends on how you imported it, which syntax you use.
@Heroes_Academy1
@Heroes_Academy1 Жыл бұрын
I have a question is there a spin box in Ctk
@TkinterPython
@TkinterPython Жыл бұрын
I don't think so
@jasmine2258
@jasmine2258 10 ай бұрын
can we disabled the background of the button??
@TkinterPython
@TkinterPython 10 ай бұрын
Sorry, don't know what you mean
@DRKLRD-kv4cm
@DRKLRD-kv4cm 6 ай бұрын
@@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 8 ай бұрын
Why does ctk don't have messagebox?
@TkinterPython
@TkinterPython 8 ай бұрын
Because the guy who created it didn't put one in.
@Koinonia-kt5mb
@Koinonia-kt5mb 8 ай бұрын
@@TkinterPython so is there any other opinion other than messagebox?
@TkinterPython
@TkinterPython 8 ай бұрын
@@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 5 ай бұрын
@@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
@lucachristian2305
@lucachristian2305 10 ай бұрын
how to import custom fonts ?
@TkinterPython
@TkinterPython 10 ай бұрын
I think there's a video on the channel about that
@Test-xn9jq
@Test-xn9jq 3 ай бұрын
Your real name is John Eldor?
@TkinterPython
@TkinterPython 3 ай бұрын
John Elder
Entry Widgets in CustomTkinter - Tkinter CustomTkinter 3
11:41
Tkinter․com
Рет қаралды 23 М.
Modern GUI Design With CustomTkinter! - Tkinter CustomTkinter 1
8:36
Tkinter․com
Рет қаралды 127 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 71 МЛН
Friends make memories together part 2  | Trà Đặng #short #bestfriend #bff #tiktok
00:18
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 13 МЛН
Modern Buttons With Images - Python Tkinter GUI Tutorial 221
9:22
Create Modern Tkinter Button With Icon in Python | Change Image and Text in Buttons in Tkinter GUI
11:00
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 316 М.
Combo Boxes in CustomTkinter - Tkinter CustomTkinter 5
20:59
Tkinter․com
Рет қаралды 15 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
Radio Buttons in CustomTkinter - Tkinter CustomTkinter 7
18:10
Tkinter․com
Рет қаралды 8 М.
Dark Mode in Tkinter Applications Made Simple
22:36
NeuralNine
Рет қаралды 6 М.
Using tkinter with classes
28:23
Atlas
Рет қаралды 68 М.
Progress Bars in CustomTkinter - Tkinter CustomTkinter 6
18:57
Tkinter․com
Рет қаралды 14 М.