Creating GUIs with PySimpleGUI and Python

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

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

  • @AyooluwaOlaitan
    @AyooluwaOlaitan 2 месяца назад

    Thank you for how you explicitly explained this, you really took your time and had it properly organized. i gained a lot during this brief moments and am grateful

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

    This is my most favourite library. I have created at least 20+ projects using this in Amazon for non tech team members in last 3 years

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

    I settled for PyQt years ago. It does all the Python GUI code for me. And I like that it uses either Windows or MacOS widgets, or you can customize the style of your PyQt GUI. I use matplotlib with PyQt.

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

      Technically, I believe PyQt draws the widgets to mimic the native widgets. It doesn't actually use the native widgets.
      But part of the power of drawing them is that you can then theme the GUI.
      PyQt is super cool!

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

    Nice video. You said in the video taht pysimpleGUI can wrap Pyside or wxPython, but do the code change in that cases, or can you still use same layouts, etc...?

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

      You can use all the same code. All you need to do is change the import at the top to use PySimpleGuiQt or PySimpleGuiWx