About 76 results
Open links in new tab
  1. PSA: PySimpleGUI has deleted [almost] all old LGPL versions ... - Reddit

    Months ago, PySimpleGUI relicensed from LGPL3 to a proprietary license/subscription model with the release of version 5 and nuked the source code and history from GitHub. Up until recently, the old …

  2. PySimpleGUI now closed-source : r/Python - Reddit

    Feb 13, 2024 · PySimpleGUI, a popular Python GUI library with 13k GitHub stars went closed source / commercial today. Previously it had been licensed under LGPL. I've got no issue with open source …

  3. PySimpleGUI - Reddit

    I'm using PySimpleGUI to make my own little Morrowind Potion Maker, and it's going well. The one issue I'm having is the output when I press the calculate button, gives the literal output of what is written on …

  4. About a month ago, the very popular PySimpleGUI went ... - Reddit

    Mar 14, 2024 · In other words, PySimpleGUI-based projects are now very fragile. This disaster provides an opportunity for developers to learn the native tk GUI library for Python, which should be the first …

  5. Question: Tkinter vs pysimplegui? : r/pythontips - Reddit

    Jun 18, 2023 · Pysimplegui handles a broader ranger of widgets because it uses QT, or Rémy, or WxWidgets or Tkinter as the underlying widget factory. So if you think that there are widgets that you …

  6. Is PySimpleGui actually simple and good for beginners to GUI ...

    PySimpleGUI can be used to create complex UIs just like the others. It's just different. There are a TON of examples in PySimpleGUI's demos though, so you can easily get an idea of what you can make …

  7. With the demise of open Pysimplegui is anyone interested in ... - Reddit

    This way, current users of PySimpleGUI have something else to latch onto, view source code, install via PyPI, contribute fixes, etc. without worrying about it going away or accidentally using a proprietary …

  8. python - How can I use window.size to dynamically change the size of ...

    Mar 26, 2023 · How can I use window.size to dynamically change the size of elements in PySimpleGUI Asked 2 years, 10 months ago Modified 2 years, 10 months ago Viewed 840 times

  9. ImportError: No module named PySimpleGUI - Stack Overflow

    Nov 16, 2021 · Next, open up PowerShell and do pip install PySimpleGUI If PySimpleGUI is already installed, usually PS will provide you with the absolute path of PySimpleGUI. Once you find this, go …

  10. PySImpleGui error code AttributeError: module 'PySimpleGUI' has no ...

    Jan 17, 2019 · It sounds like a bad install, or you've got another PySimpleGUI.py file in your path. If you're using PyCharm, control-click the word PySimpleGUI and see where it takes you.