Modern Labels and Buttons - Tkinter TTKBootstrap 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น •

  • @TkinterPython
    @TkinterPython  2 ปีที่แล้ว +1

    ▶ Watch TTKBootstrap Playlist ✅ FREE Tkinter Widget Book
    bit.ly/3hphbwA bit.ly/3K4qlZC
    ▶ See More At: ✅ Subscribe To My TH-cam 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

  • @joeymea
    @joeymea 2 ปีที่แล้ว +7

    Your overview of this package is very timely for me. My company severely limits our access to various technologies in the name of security and all the gui tools we've been making are a done in tkinter and look awful. I'm excited to bring this in and try making things feel a little more new!
    If only there were a better, native file picker

  • @sovereignlivingsoul
    @sovereignlivingsoul 2 ปีที่แล้ว

    thanks for the snippet, interesting use of the counter

  • @시간속으로-s3k
    @시간속으로-s3k ปีที่แล้ว

    Thank you ~~as always~~

  • @tojoeinstein5558
    @tojoeinstein5558 2 ปีที่แล้ว +1

    very cool.... you control very well..thank you

  • @aaroncatolico7550
    @aaroncatolico7550 2 ปีที่แล้ว +1

    It would be great if you could eventually cover the TTKBoostrap Tableview and show how to insert multiple images into multiple column rows. The Treeview widget only allows for images/icons in the first column rows. If the TTKBoostrap Tableview can insert images/icons into multiple column rows (other than just the first column), then this would make the Tableview look way better. It would be nice if you could do a video covering this widget and it's image capabilities.

  • @mapledev9335
    @mapledev9335 6 หลายเดือนก่อน

    Does anyone know why on my Linux Mint system, the lettering for 'Hello World!' appears jagged, while on the video it look more like vector graphics? Great video by the way.

  • @EFoxVN
    @EFoxVN 2 ปีที่แล้ว +1

    And so the awesomeness starts. Thanks!
    P.S. I trust that it would be easier to pack this with PyInstaller than that Customtkinter. The latter had some issues...

    • @TkinterPython
      @TkinterPython  2 ปีที่แล้ว +1

      Hard to say...the CustomTkinter docs address those issues..did you dig thru them?

    • @praveenhamal
      @praveenhamal ปีที่แล้ว

      i am using customtkinter with autopytoexe and is working fine i even created single exe build .

  • @ken4edwards
    @ken4edwards 2 ปีที่แล้ว +2

    I can hardly wait until you cover data tables

    • @TkinterPython
      @TkinterPython  2 ปีที่แล้ว

      :-p

    • @NarenderSinghRai
      @NarenderSinghRai 2 ปีที่แล้ว

      I want that too.. also date entry widget.. i was not able to pull date value from date entry widget.

  • @didierleprince6106
    @didierleprince6106 หลายเดือนก่อน

    Merci a lot (:

  • @taveirajc
    @taveirajc 25 วันที่ผ่านมา

    Hello
    I live in Brazil. Is there a website where I can buy the book?

  • @dngiang2003
    @dngiang2003 2 ปีที่แล้ว +1

    thanks ❤

  • @dipanjanbagchi5911
    @dipanjanbagchi5911 ปีที่แล้ว

    I wrote the same code but still, my label comes with a white background? It looks awful in the superhero theme. What to do? I would like to add that I have learned a lot from your videos. Thanks.

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      Check your code, you did something differently.

  • @arung.k7303
    @arung.k7303 ปีที่แล้ว +1

    I'm not able to convert python ttkbootstrap to exe. Once I run the exe file after converting using pyinstaller, it's giving error no command ::msg::msmset

  • @enriqueelias-troy7902
    @enriqueelias-troy7902 ปีที่แล้ว

    I can't use the font option in button or label widgets. What should I do to modify font style using ttkbootstrap?

  • @mbshaw1
    @mbshaw1 ปีที่แล้ว

    Hi John, I've been following your tutorials and improving my coding skills immensely but have come up against a solid wall with one problem. I want to display live information from a temperature sensor on tkinter, I have found some efforts on youtube by others but a specific tutorial would be really helpful. Actually I have two sensors a fluid level sensor on i2c and a DS18B20 temp sensor on 1 wire. Please please please.

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      Sorry, I don't know anything about connecting to sensors.

  • @praveenhamal
    @praveenhamal ปีที่แล้ว

    im having a issue i used class based approach for all my application below is pattern of code:
    class App(tbs.Window):
    def __init__(self):
    super().__init__()
    self.title("test")
    now here how to apply themename = "darkly"

  • @praveenhamal
    @praveenhamal ปีที่แล้ว

    does this have rounded button?

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      No

    • @praveenhamal
      @praveenhamal ปีที่แล้ว

      @@TkinterPython hope they will add this in future. im having another issue
      class App(tbs.Window):
      def __init__(self):
      super().__init__()
      now here how to apply themename = "darkly"

  • @brahimbenzekri9713
    @brahimbenzekri9713 ปีที่แล้ว

    This module is awsome but it has one annoying issue
    you can't change the buttons font size :(

    • @Codemycom
      @Codemycom ปีที่แล้ว +2

      Sure you can, just use a style.
      s = tb.Style()
      s.configure('my.TButton', font=('Helvetica', 18))
      my_button = tb.Button(text="Hello!", bootstyle="primary", style='my.TButton')
      my_button.pack()

  • @idk-dk7bq
    @idk-dk7bq 2 ปีที่แล้ว

    how do i change the size of the buttons

    • @TkinterPython
      @TkinterPython  2 ปีที่แล้ว

      Did you try the normal tkinter way?

  • @LinuxPardusUser
    @LinuxPardusUser 2 ปีที่แล้ว

    Nice

  • @andydebrah3683
    @andydebrah3683 ปีที่แล้ว

    i need the pdf

    • @TkinterPython
      @TkinterPython  ปีที่แล้ว

      No idea what you're talking about

  • @chrisrichardson6620
    @chrisrichardson6620 หลายเดือนก่อน

    Free tip for anyone interested. I didn't like how the button has the dotted outline after it is clicked once. What is happening is the button is getting focus. To change this behavior, you can set the takefocus to false as shown here:
    my_button = tb.Button(text="Click Me", takefocus=False,
    bootstyle=("success, outline"), command=changer)

  • @soonwookwon5917
    @soonwookwon5917 5 หลายเดือนก่อน

    is it tkinter??