PySimpleGuiUltimate icon indicating copy to clipboard operation
PySimpleGuiUltimate copied to clipboard

PySimpleGUI is no longer Open Source

Open spyoungtech opened this issue 1 year ago • 1 comments

PySimpleGUI is no longer Open Source and its source code has been nuked from GitHub. It is now commercial software requiring a contractual license to use. Consider suggesting users use the free-forever fork, FreeSimpleGUI. This way, they won't be nagged/required to register their software or risk violating the proprietary/commercial license.

It's a drop-in replacement, so all that needs to be done is to replace the import:

- import PySimpleGUI as sg
+ import FreeSimpleGUI as sg

spyoungtech avatar May 25 '24 07:05 spyoungtech