Windows Gui Frontend

Michael Torrie torriem at gmail.com
Sun Apr 2 10:46:34 EDT 2023


On 4/1/23 09:37, Eryk Sun wrote:
> 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.

Another good one is Kivy.  Especially if you ever want to target mobile
in the future.  https://kivy.org/


More information about the Python-list mailing list