add Toga to GUI section

This commit is contained in:
Vinta 2014-08-09 01:09:46 +08:00
parent fe30a49e7a
commit d36f781fc9
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
* [enaml](https://github.com/nucleic/enaml) - Create beautiful user-interfaces with Declaratic Syntax like QML
* [Toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
## Game Development