Tkinter -- Hide and re-show widgets

Поділитися
Вставка

КОМЕНТАРІ • 11

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

    First video I seen that explains this in an understandable way. I had to go through a few before finding yours.

  • @Claude_CJ_Vercetti
    @Claude_CJ_Vercetti 8 місяців тому +1

    Thanks a lot, it's exactly what I need. I never found anything like this on the Internet. I tried to remove widgets from the main window with destroy() method, but it doesn't work.
    Keep making another cool tutorials! We need tutorials with not only basic stuff, but also something much more professional!

    • @jobinpy
      @jobinpy  8 місяців тому

      Glad it helped, I have more tkinter topics planned. Thanks for watching!

  • @xreact
    @xreact 8 місяців тому

    i learn a lot watchig your videos great work!

    • @jobinpy
      @jobinpy  8 місяців тому

      Awesome, thank you!

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

    i like that, writing forget and pack with attributes is tiring, will have to do some edits, this method of hide and show provides for a more stable program i think, thanks

  •  8 місяців тому

    Great job !..it helped me a lot, thank you very much.

  • @ahmedsaliem7041
    @ahmedsaliem7041 6 місяців тому

    Thanks could also for place work with the same codes

  • @youbra4267
    @youbra4267 8 місяців тому

    Thanks ❤
    Can you show us how to structure a software project with tkinter

    • @jobinpy
      @jobinpy  8 місяців тому +1

      I have a video tutorial that shows how I typically structure classes in a tkinter project: ua-cam.com/video/UKIdEH1fY2A/v-deo.html

    • @youbra4267
      @youbra4267 8 місяців тому

      @@jobinpy thank you