abarker / pdfCropMargins

pdfCropMargins -- a program to crop the margins of PDF files
Other
340 stars 32 forks source link

PySimpleGUI has gone pro #57

Open syockit opened 3 months ago

syockit commented 3 months ago

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
abarker commented 3 months ago

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

abarker commented 3 months ago

The new version 2.1.1 is now up on PyPI.