Skip to content

Commit b0c5b4f

Browse files
committed
add toga to GUI resources
1 parent 8603dfe commit b0c5b4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/scenarios/gui.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ Qt
8888
is widely used for developing software with a GUI but can also be used for
8989
non-GUI applications.
9090

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+
91101
Tk
92102
--
93103
Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage

0 commit comments

Comments
 (0)