clear-code-projects / PySimpleGuiUltimate

Resources for the ultimate introduction to simple python guis
94 stars 38 forks source link

PySimpleGUI is no longer Open Source #4

Open spyoungtech opened 1 month ago

spyoungtech commented 1 month ago

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