On 4/1/2023 7:59 AM, Jim Schwartz wrote:
I have another question.  I have an app written in python, but I want to add
a windows GUI front end to it.  Can this be done in python?  What packages
would allow me to do that?

WxWindows, Tk, and PyQt are some of the common ones. Be aware that GUI programming can soak up a lot of your time, so be prepared.

If you want it to work on Linux as well (always a good idea), you will need to pay attention to file locations, paths, and path separators as well.

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to