Hi, On Sat, Apr 1, 2023 at 12:24 PM Jim Schwartz <jsch...@sbcglobal.net> wrote: > > Are there any ide’s that will let me design the screen and convert it to > python? I doubt it because it was mentioned that this is time consuming.
Look at wxGlade (a project designed for wxWidgets). You will design you layout and then just save it as a py file. No conversion needed. And it's pretty straightforward. And very easy. You can do it in 5 min or less.. Thank you. I'm sure other libraries mentioned have their own RAD tool. > > Thanks for the responses everyone. I appreciate it. > > Sent from my iPhone > > > On Apr 1, 2023, at 10:37 AM, Eryk Sun <eryk...@gmail.com> 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. > > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.python.org/mailman/listinfo/python-list