Combining tkinter layout methods (pack + grid + place)

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • A video on combining layout methods in tkinter. This video will use all 3 layout methods in tkinter: Pack, Grid and place.
    Code:
    github.com/cle...

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

  • @mohamedsolimanH
    @mohamedsolimanH Месяц назад

    Man you are a great teacher ... thank you so much

  • @Kennethlumor
    @Kennethlumor Год назад +1

    Sir i'm very glad you explain more detail about this three grid system because when you read customtkinter documentation they specify it that using place is not good when you want to create large project. and i want to ask is through

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

    Great video! Thanks also for the repo! 🎉

  • @johnzaheer1
    @johnzaheer1 Месяц назад

    What is the difference between creating a frame that holds the place of the label and adding side = 'bottom' to the button?

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

    like a hero!

  • @jachfeng6201
    @jachfeng6201 3 месяца назад +1

    hmm..I had read somewhere that it's not recommend to mix different layout methods in one container?

  • @FernandoSantos-on5ry
    @FernandoSantos-on5ry Год назад

    👏