On Sat, 1 Apr 2023 10:37:34 -0500, Eryk Sun wrote: > On 4/1/23, Jim Schwartz <jsch...@sbcglobal.net> 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? > > Here are a few of the GUI toolkit libraries in common use: > > * tkinter (Tk) > * PyQt (Qt) > * PySide (Qt) > * wxPython (wxWidgets) > * PyGObject (GTK) > > tkinter is included in Python's standard library.
Not to go into a lot of history, if this is a commercial application, go with PySide rather than PyQt. They are very close, if not identical, until you get to licensing. -- https://mail.python.org/mailman/listinfo/python-list