We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8603dfe + b0c5b4f commit 516f9adCopy full SHA for 516f9ad
docs/scenarios/gui.rst
@@ -88,6 +88,16 @@ Qt
88
is widely used for developing software with a GUI but can also be used for
89
non-GUI applications.
90
91
+Toga
92
+----
93
+`Toga <https://toga.readthedocs.io/en/latest/>`_ is a Python native, OS
94
+native, cross platform GUI toolkit. Toga consists of a library of base
95
+components with a shared interface to simplify platform-agnostic GUI
96
+development.
97
+
98
+Toga is available on Mac OS, Windows, Linux (GTK), and mobile platforms such
99
+as Android and iOS.
100
101
Tk
102
--
103
Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage
0 commit comments