Tkinter Layout Managers - Simple Crash Course

Поділитися
Вставка
  • Опубліковано 28 вер 2024
  • In this video, we learn about Tkinter layout managers and how to use them to build professional graphical user interfaces in Python.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord

КОМЕНТАРІ • 19

  • @imrealgigachad
    @imrealgigachad 7 місяців тому +5

    Bro is a machiene ! Creating 700 videos in several years !!

    • @NeuralNine
      @NeuralNine  7 місяців тому +1

      Gotta keep the upload schedule! :)

  • @chigga5years173
    @chigga5years173 7 місяців тому +1

    Is there any extension in VS to view the changes in real time for the layouts or having guiding lines at ouput ? Like "live server" type thing for HTML i guess.. I am new to coding and all, so wanna see it while changing in real time will make the work flow and learning much easier 😅

  • @beeink5395
    @beeink5395 7 місяців тому

    I think pack after the element be created is better than separate them. For they’re the characteristics of one element.

  • @alndr4u
    @alndr4u 7 місяців тому +1

    Plz make same for plotly dash

  • @TeckTales
    @TeckTales Місяць тому

    can you do a tutorial on flet i know it's fairly new.

  • @scottlee38
    @scottlee38 7 місяців тому

    right on time. I'm actually using "custom tkinter"

  • @nahidahmed9153
    @nahidahmed9153 7 місяців тому

    ❤❤❤❤❤❤

  • @dh4817
    @dh4817 7 місяців тому +1

    Bro, it's time to stop reading my mind to create content that suits my needs exactly when i need it, like wtf...

  • @iiannRB
    @iiannRB 7 місяців тому +1

    Hi Tim, I am making a project with multiple python files where I open the one with the other in different directories. Subdirectories is ok, but as soon I work with parallel directories, or a dir deeper or up, thing go wrong, path not found. What can I do so every py file is found?

    • @AcezeroGame
      @AcezeroGame 7 місяців тому +1

      I suggest you make sub directories and add __init__.py file there.
      Then from inside the init.py import all the files in that directory.
      That might solve your problem.

    • @iiannRB
      @iiannRB 7 місяців тому

      @@AcezeroGame thanks for the tip. dir1 + subdir1 , but does this also work with dir2 witch is no subdir from dir1, but next to dir1 ?

    • @AcezeroGame
      @AcezeroGame 7 місяців тому

      @@iiannRB I'm sorry but I'm not sure if that's possible or not.

  • @daniyalsardar1513
    @daniyalsardar1513 7 місяців тому

    How to fix that thing when we increase the root window size but all the widgets just Fucked up.

  • @ChunHoKong-y2z
    @ChunHoKong-y2z 4 місяці тому

    What vim/nvim keys did he press to change the variables at 12:51?

  • @MSPC661
    @MSPC661 7 місяців тому

    Please you teach how to make responsive layout

  • @hmpl55
    @hmpl55 4 місяці тому

    great video!

  • @paulthomas1052
    @paulthomas1052 7 місяців тому

    Great demo as usual. Thanks !