- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/aroberge/easygui_qt
- 软件文档: https://github.com/aroberge/easygui_qt/blob/master/README.rst
软件介绍
EasyGUI_Qt
EasyGUI_Qt 是一个易学易用的 python GUI 图形开发库,EasyGUI_Qt 需要依赖于 pyqt4 或者 pyqt5。
Python Version
官方来说,这是一个只针对 Python 3 的项目。但是,我现在决定尝试为 Python 2 提供一些支持。除了一些 unicode 问题,所有小部件都应该与 Python 2 配合使用。
设计理念
像原来的 EasyGUI 一样,EasyGUI_Qt 寻求提供简单的 GUI 小部件,可以在过程程序中调用它。 EasyGUI_Qt 不是事件驱动:所有 GUI 交互都是通过简单的函数调用来调用的。
The Art of Computer Programming, Volumes 1-3 Boxed Set
Donald E. Knuth / Addison-Wesley Professional / 1998-10-15 / USD 199.99
This multivolume work is widely recognized as the definitive description of classical computer science. The first three volumes have for decades been an invaluable resource in programming theory and p......一起来看看 《The Art of Computer Programming, Volumes 1-3 Boxed Set》 这本书的介绍吧!
