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/
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to