preshtildeath / print-proxy-prep

Crop bleed edges, make PDF for at-home printing.
20 stars 8 forks source link

PySimpleGUI has changed business model #4

Open Gikkman opened 5 months ago

Gikkman commented 5 months ago

I made a clean install recently, and the latest version of PySimpleGUI gives you 30 days of trial, and then you have to register an account to use it. So I suggest pinning the version in the requirements.txt to 4.59.0 ('cause they janked the more recent releases).

https://pypi.org/project/PySimpleGUI/ and https://pypi.org/project/PySimpleGUI/#history

h3rb1n4t0r commented 4 months ago

As a non-commercial user, you can have a free license for one year with free renewal thereafter.

Gikkman commented 4 months ago

I know there's several people with very limited programming experience that use this project, and they won't necessarily know what to do, or if it is normal/expected. Its not directly a normal procedure when using small opensource projects like this. I am not saying you're wrong, you can get a free license. But I think it makes it challenging for inexperienced users.

Malacath-92 commented 1 month ago

I've spent some of my freetime to rewrite all the GUI in Qt. If you wanna try it, it's on my branch here: https://github.com/Malacath-92/print-proxy-prep/tree/QtPort image

Malacath-92 commented 1 month ago

Also just a note, I couldn't pin the old version for PySimpleGUI last I tried 'cause they purged their old versions from the pip repo.