Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PySimpleGUI is "dead" long live PySimpleGUI as FreeSimpleGUI #113

Open
ben-ba opened this issue Jun 7, 2024 · 1 comment
Open

PySimpleGUI is "dead" long live PySimpleGUI as FreeSimpleGUI #113

ben-ba opened this issue Jun 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ben-ba
Copy link

ben-ba commented Jun 7, 2024

PySimpleGUI is since version 5 partial paid software and pip wouldn't install the requirement
pip install "PySimpleGUI<5.0.0"

we can use the last OSS version 4 with a fork named FreeSimpleGUI

https://github.com/spyoungtech/FreeSimpleGUI

can be installed with;

pip install FreeSimpleGUI

and used by edit the vdiclient.py
`- import PySimpleGUI as sg

  • import FreeSimpleGUI as sg`
@joshpatten joshpatten added the enhancement New feature or request label Jun 19, 2024
@joshpatten
Copy link
Owner

Thanks for pointing this out! I'll work on getting the change implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants