Merge pull request #861 from siddhantgoel/master

Add toga to GUI resources
This commit is contained in:
2017-11-24 23:01:12 -05:00
committed by GitHub
+10
View File
@@ -88,6 +88,16 @@ Qt
is widely used for developing software with a GUI but can also be used for
non-GUI applications.
Toga
----
`Toga <https://toga.readthedocs.io/en/latest/>`_ is a Python native, OS
native, cross platform GUI toolkit. Toga consists of a library of base
components with a shared interface to simplify platform-agnostic GUI
development.
Toga is available on Mac OS, Windows, Linux (GTK), and mobile platforms such
as Android and iOS.
Tk
--
Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage