Windows Gui Frontend

Thomas Passin list1 at tompassin.net
Sat Apr 1 08:59:39 EDT 2023


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.



More information about the Python-list mailing list