You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 5, PySimpleGUI has gone pro. Users will need a license key to operate. A popup window will appear as soon as you import the module. Hobbyist users can request a free license, while commercial users need to purchase.
Now, pdfCropMargins can work fine with version 4, but since the requirement file doesn't specify an maximum for the version, a fresh pip install may get the version 5 installed instead. Users can downgrade it by
pip install PySimpleGui==4.60.5
The text was updated successfully, but these errors were encountered:
Since version 5, PySimpleGUI has gone pro. Users will need a license key to operate. A popup window will appear as soon as you import the module. Hobbyist users can request a free license, while commercial users need to purchase.
Now, pdfCropMargins can work fine with version 4, but since the requirement file doesn't specify an maximum for the version, a fresh pip install may get the version 5 installed instead. Users can downgrade it by
The text was updated successfully, but these errors were encountered: