Important
This is a fork of the last LGPL version of PySimpleGUI
PySimpleGUI has moved from LGPLv3 to a custom license with a subscription model but has deleted all its previous GPL code, making it dissapear from the repository.
Goal is to preserve the library in a working state.
# migrate
- import PySimpleGUI as sg
+ import simplegui as sg
Other forks worth mentioning are andor-pierdelacabeza/PySimpleGUI-4-foss and spyoungtech/FreeSimpleGUI.
installing with pip
pip install git+https://github.com/ftobler/simplegui@latest
in requirements.txt
simplegui @ git+https://github.com/ftobler/simplegui@latest