pdfCropMargins icon indicating copy to clipboard operation
pdfCropMargins copied to clipboard

PySimpleGUI has gone pro

Open syockit opened this issue 11 months ago • 2 comments

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

syockit avatar Mar 26 '24 12:03 syockit

Thanks for letting me know. I'll update the setup.py file.

abarker avatar Mar 28 '24 01:03 abarker

The new version 2.1.1 is now up on PyPI.

abarker avatar Mar 29 '24 19:03 abarker