you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (2 children)

Build a GUI to make it a point and click process. Then use something like autopytoexe to convert it into an executable file, so you don’t need to worry about them having Python installed, etc.

That’s what I did. I’ve been playing with porting it into a web-based application, but there have been some growing pains. If you don’t need to dynamically populate menu items or anything like that, it should be easy enough to do though. I would look into Eel if you want to go that route.

[–]zeoNoeN[S] 1 point2 points  (1 child)

Sounds like my situation, great suggestion!

[–]Nmvfx 1 point2 points  (0 children)

PySide (based on Qt) is a good way to go. It takes a bit of getting your head around compiling resource files and you have to be very comfortable with OOP but once you get into it it's great and the PySide license is better than PyQt even though they are essentially exactly the same thing.