Modern Buttons In CustomTkinter - Tkinter CustomTkinter 2

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 52

  • @TkinterPython
    @TkinterPython  Год назад +3

    ▶ 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

  • @sovereignlivingsoul
    @sovereignlivingsoul 10 месяцев назад +5

    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

  • @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ы Месяц назад

    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 5 месяцев назад

    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?

  • @JarppaGuru
    @JarppaGuru 2 дня назад

    4:20 they are same ubuntu is just debian with theme xD

  • @devabdul
    @devabdul Год назад

    Sir i have question, how i create one file with bg, font size etc designing part for all my buttons?

  • @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')

  • @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?

  • @joeb3045
    @joeb3045 9 месяцев назад

    Hi, is it possible to pass an argument to the function, that is called with command?

    • @TkinterPython
      @TkinterPython  9 месяцев назад

      yes, using lambdas. command=lambda: whatever(thing)

  • @evaneoskowar8859
    @evaneoskowar8859 7 месяцев назад

    is there a technical way to add button with like multicolor/rainbow borders like website does?

    • @Codemycom
      @Codemycom 7 месяцев назад

      not unless you use an image

  • @thangabalur8612
    @thangabalur8612 7 месяцев назад

    Can you implement drag and drop buttons

  • @nikhilnarsipalli9694
    @nikhilnarsipalli9694 Год назад

    I have a question, how can we enable button border only when hovered upon

  • @YinjinChen
    @YinjinChen 9 месяцев назад

    Sir, how to make button recognize different kinds of clicking? Like responding in different ways when users rightclick and leftclick.

  • @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

  • @BillyHau
    @BillyHau Год назад

    is there a way to bind a button released command?

  • @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

  • @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

  • @Heroes_Academy1
    @Heroes_Academy1 Год назад

    I have a question is there a spin box in Ctk

  • @Chuchundrik-The-First
    @Chuchundrik-The-First Год назад

    Thank you, sir!

  • @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 8 месяцев назад

      @@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

  • @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  Год назад +1

      Doesn't really matter... start with whatever grabs your fancy

  • @ssukhdipmanku408
    @ssukhdipmanku408 Год назад

    Excellent way of explaining

  • @MysteryMindset636
    @MysteryMindset636 Год назад

    please upload more vedios on this topic custom tkinter

    • @TkinterPython
      @TkinterPython  Год назад

      There's an entire playlist, you're on video 2

  • @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.

  • @lucachristian2305
    @lucachristian2305 Год назад

    how to import custom fonts ?

    • @TkinterPython
      @TkinterPython  Год назад

      I think there's a video on the channel about that

  • @Test-xn9jq
    @Test-xn9jq 6 месяцев назад

    Your real name is John Eldor?