From d36f781fc922b57a19ebcc18497a1b85abadd147 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 9 Aug 2014 01:09:46 +0800 Subject: [PATCH] add Toga to GUI section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06a246b..cf52742 100644 --- a/README.md +++ b/README.md @@ -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