mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #861 from siddhantgoel/master
Add toga to GUI resources
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user