Paned Windows - Python Tkinter GUI Tutorial #48

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

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

  • @CowsDaBest
    @CowsDaBest 2 года назад +1

    I've been looking for this! I was looking for separators that can resize widgets. This was exactly what I was looking for! Thank you so much!!

    • @Codemycom
      @Codemycom  2 года назад

      Glad you enjoyed it!

  • @legendarynick5425
    @legendarynick5425 3 года назад +3

    would the parameters change if we use grid geometry manager?

  • @sbrmanutencao7915
    @sbrmanutencao7915 2 года назад

    Very good your videos thank you I have a question how it would be to put a browser in the panel 1 since now I thank you for a hug from Brazil

  • @parsabahrambeik4381
    @parsabahrambeik4381 4 года назад

    This is an excellent teaching method. Thanks.

    • @Codemycom
      @Codemycom  4 года назад

      Glad it was helpful!

  • @Nyrican-gf7ig
    @Nyrican-gf7ig 2 года назад

    hello, I like all your videos. I have a question for you. In Tkinter can you DOCK the window in your screen? or can you have a pin icon next to minimized & x close to pin the window???

  • @michelnaouss748
    @michelnaouss748 4 года назад +1

    Hii, did you do a video in this series where you talked about things like expand releif and fill...?

    • @Codemycom
      @Codemycom  4 года назад +1

      I've mentioned it here and there as we've used it in different things...

  • @nisargchaudhary1980
    @nisargchaudhary1980 4 года назад

    Great Series sir, it helped my group a lot to make our Python Project.

    • @Codemycom
      @Codemycom  4 года назад +1

      Great to hear!

    • @9dsong782
      @9dsong782 3 года назад

      @@Codemycom Sir where the code is available?

  • @techdiyer5290
    @techdiyer5290 3 года назад +1

    so... i added 1 Paned window and it fills the whole screen, how do i pre-size it? so that i have a sidebar, and so on?
    also, i can't resize it for some reason.... and i have the window set to open as 800x800 if that makes a difference...
    I tried this: root.panel_1 = ("200x800")
    I stopped coding, at line 15 on your screen
    Update, So I ended up inserting it into the main program that I'm using, and it sorta works, but every time I want to adjust the sidebar, i have to enlarge the program window... is there any way to set a parameter where certain/all panels each have a certain size so that i don't run into this issue?

  • @timsearle5798
    @timsearle5798 3 года назад

    As always, great tutorial. I got your example to work in a new file, but throws up errors when the code is inserted in a TopLevel Window. Is there a 'Hack' for this scenario? Or maybe just use Notebook Tabs & Frames instead?

    • @Codemycom
      @Codemycom  3 года назад

      Sounds like you just have a typo somewhere

  • @Education_Hub101
    @Education_Hub101 3 года назад +1

    We might create a paned window for a photo editor??

  • @RyanDanielG
    @RyanDanielG 3 года назад

    feed the algorithm! great vid!

  • @devmikka
    @devmikka 4 года назад

    Nice Video and really good explained 👍

  • @nubcops220
    @nubcops220 4 года назад +2

    Hy mam i have been watching every video of yours and they are amazing but I was thinking of what if you can make a video about major things to learn.
    Thank you :)

    • @Codemycom
      @Codemycom  4 года назад

      Thanks for watching...but I don't know what you mean by major things

  • @doraemonbilla6459
    @doraemonbilla6459 4 года назад

    Thanks I was waiting for this......

  • @asf196
    @asf196 2 года назад

    Pls make a video about the limitation of expanding the panel.

    • @Codemycom
      @Codemycom  2 года назад

      What limitations?

    • @asf196
      @asf196 2 года назад

      @@Codemycom umm I mean a limit of resizing the panel

    • @Codemycom
      @Codemycom  2 года назад

      @@asf196 I still don't understand. You can resize to whatever you want.

    • @asf196
      @asf196 2 года назад

      @@Codemycom no no, I want to put a limitation means, if there are no size limitation on panel then the client would gonna make it too large, which gonna cover other things.

  • @parsabahrambeik4381
    @parsabahrambeik4381 4 года назад

    Thanks for Video.

  • @ninjasploit27
    @ninjasploit27 4 года назад +2

    i was continuing from the last video now i am confused in how to add panned window inside the frames

    • @Codemycom
      @Codemycom  4 года назад +1

      where's the confusion...

    • @ninjasploit27
      @ninjasploit27 4 года назад +1

      @@Codemycom Thank you i got it

  • @Codemycom
    @Codemycom  4 года назад

    ▶️ Watch Entire Tkinter Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/2UFLKgj bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN

  • @nisargchaudhary1980
    @nisargchaudhary1980 4 года назад

    But can I get to know how can I make a MENU In which I can have excess to my small programs like prints some patterns and simple mathematical programs . I want to make a program in which a window popups and we have all the small programs and by clicking on them we can excute them , in that window itself.?

  • @nisargchaudhary1980
    @nisargchaudhary1980 4 года назад

    How can we actually use them? Do you have any projects related to these things?

    • @Codemycom
      @Codemycom  4 года назад +2

      No..if you don't know...you don't need them :-p

  • @MianAffanAli
    @MianAffanAli 4 года назад

    can we add *Scrollbar in Panned Window* ?

    • @Codemycom
      @Codemycom  4 года назад +1

      hm...I’m not sure, I’ve never tried it lol try it and see.

  • @surajbhagat1644
    @surajbhagat1644 3 года назад

    please tell me how to make invoice bill in Tkinter ???

    • @Codemycom
      @Codemycom  3 года назад +1

      I can't possibly know what you're requirements for an invoice app would be but if you watch the 150 videos in this playlist you'll have no trouble building one yourself.

  • @cmputerprgrammer7800
    @cmputerprgrammer7800 4 года назад +1

    Sir, how to stop user from moving paned windows with mouse.

    • @richikmajumder2904
      @richikmajumder2904 3 года назад

      Check out the parameters of PanedWindow there may be a "state" option or something that can help(1, if tkinter really allows it to, and 2. Only if you need it! )

  • @MohamedAli-hh3qm
    @MohamedAli-hh3qm 3 года назад +1

    i like to have these code.can you send me

    • @MohamedAli-hh3qm
      @MohamedAli-hh3qm 3 года назад

      @@difficultbasicfacts thanks bro, but I have grap the code from online before one month itself due to no response 😅

  • @9dsong782
    @9dsong782 3 года назад

    Sir where the code is available?

    • @Codemycom
      @Codemycom  3 года назад

      There's a link to my github in the pinned comment.

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

    Heisenberg

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

      lol

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

      @Codemycom sorry 😂♥️ and thanks for the tutorial mate you've helped me a lot

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

      @@eyadamin4089 sure thing!

  • @kyanos-asteras
    @kyanos-asteras 3 года назад

    No pane, no gain.