An introduction to ttkbootstrap [ better styling for tkinter ]

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024
  • This video will introduce ttkbootstrap, which offers themes to style tkinter apps.
    You can get the code here:
    github.com/cle...

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

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

    Hi Christian, your tutorials are the best I've found on working with python tkinter

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

    is customtk better or ttkbootstrap? and can we use them together if we want

  • @user-jt1wt4dk5p
    @user-jt1wt4dk5p ปีที่แล้ว +1

    What should I learn? CustomTkinter or ttkbootstrap?

    • @VijayKumar-sj2bo
      @VijayKumar-sj2bo 9 หลายเดือนก่อน

      Custom I would suggest. In my opinion, tkbootstrap is not that modern looking. However it is just personal opinion

  • @0sakMosak
    @0sakMosak ปีที่แล้ว

    isnt this video from the YoutTuber @ClearCode ?

  • @2002budokan
    @2002budokan 9 หลายเดือนก่อน

    Can't we style CTk widgets globaly by inheritence? (e.g. class Button(CTkButton))

  • @thies.u
    @thies.u ปีที่แล้ว

    hey i have a error when i try to install: pip : Die Benennung "pip" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren
    Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und
    wiederholen Sie den Vorgang.
    In Zeile:1 Zeichen:1
    + pip install ttkbootstrap
    + ~~~
    + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

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

    Can i use ttkbootstrap in my tic tac toe game that i created with tkinter? I want to give my game nice buttons.

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

    Is possible to get a circular button ?
    I have been trying with corner radius, but a value above 25 doesn't work anymore I think

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

    I have a problem though, whenever I use ttkbootsrap to style my widgets and try running the code it throws an attribute error.
    AttributeError: module 'tkinter' has no attribute 'RAISED'

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

      isn't the method called tkraise() ?

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

      @@ClearAtlas I do not understand, please can you be more explicit?

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

      ​@@samuelaniogbu5089 he is saying that frame.tkraise() works or not for you where the frame is the frame widget of the window

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

    No benefits now having PyQt

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

      There are some as the license for PyQt limits you.