You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kivy is actively being developed by a community and is free to use. It operates
67
-
on all major platforms (Linux, OSX, Windows, Android).
67
+
on all major platforms (Linux, OS X, Windows, Android).
68
68
69
69
The main resource for information is the website: http://kivy.org
70
70
@@ -124,12 +124,12 @@ non-GUI applications.
124
124
125
125
126
126
***********
127
-
PySimpleGUI
127
+
PySimpleGUI
128
128
***********
129
129
130
130
`PySimpleGUI <https://pysimplegui.readthedocs.io/>`_ is a wrapper for Tkinter and Qt (others on the way). The amount of code required to implement custom GUIs is much shorter using PySimpleGUI than if the same GUI were written directly using tkinter or Qt. PySimpleGUI code can be "ported" between GUI frameworks by changing import statement.
0 commit comments