We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! I'll work on getting the change implemented.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: