mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 23:37:00 +00:00
fix words
This commit is contained in:
parent
53c503e1b7
commit
f5795d473f
|
@ -447,16 +447,15 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
|
||||||
|
|
||||||
## GUI
|
## GUI
|
||||||
|
|
||||||
*Libraries for working with GUI applications.*
|
*Libraries for working with graphical user interface applications.*
|
||||||
|
|
||||||
* [PySide](http://qt-project.org/wiki/pyside) - Python bindings for the Qt cross-platform application and UI framework.
|
* [PySide](http://qt-project.org/wiki/pyside) - Python bindings for the [Qt](http://qt-project.org/) cross-platform application and UI framework.
|
||||||
* [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
|
* [wxPython](http://wxpython.org/) - A blending of the wxWidgets C++ class library with the Python.
|
||||||
* [kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
* [kivy](http://kivy.org/) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
||||||
* [curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
|
* [curses](https://docs.python.org/2/library/curses.html#module-curses) - Built-in wrapper for [ncurses](http://www.gnu.org/software/ncurses/) used to create terminal GUI applications.
|
||||||
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
|
* [urwid](http://urwid.org/) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
|
||||||
* [pyglet](http://www.pyglet.org/) - A cross-platform windowing and multimedia library for Python.
|
* [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 (Graphical User Interface) package
|
* [Tkinter](https://wiki.python.org/moin/TkInter) - Tkinter is Python's de-facto standard GUI package.
|
||||||
|
|
||||||
|
|
||||||
## Game Development
|
## Game Development
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user