Python的GUI编程模块EasyGUI.zip

时间:2022-08-06 06:45:57
【文件属性】:
文件名称:Python的GUI编程模块EasyGUI.zip
文件大小:1.83MB
文件格式:ZIP
更新时间:2022-08-06 06:45:57
开源项目 EasyGUI 是一个用 Python 编写的非常简易的 GUI 编程模块。 EasyGUI 不同于其他 GUI 库,EasyGUI 不是事件驱动的。 相反,所有的 GUI 交互都是通过简单的函数调用来调用的。EasyGUI 运行在 Python2 和3 上,除了 python 之外没有任何依赖。举例:>>> import easygui >>> easygui.ynbox('Shall I continue?', 'Title', ('Yes', 'No')) 1 >>> easygui.msgbox('This is a basic message box.', 'Title Goes Here') 'OK' >>> easygui.buttonbox('Click on your favorite flavor.', 'Favorite Flavor', ('Chocolate', 'Vanilla', 'Strawberry')) 'Chocolate' 标签:EasyGUI  GUI开发框架
【文件预览】:
easygui-master
----README.txt(6KB)
----MANIFEST(99B)
----sphinx()
--------support.rst(1KB)
--------api.rst(253B)
--------tutorial.rst(18KB)
--------links.rst(2KB)
--------conf.py(9KB)
--------make.bat(6KB)
--------__init__.py(1B)
--------faq.rst(2KB)
--------cookbook.rst(4KB)
--------Makefile(7KB)
--------index.rst(4KB)
--------_static()
----test_cases()
--------books.xml(4KB)
--------multienter_backspace.py(1007B)
--------multiple_disney_images.py(869B)
--------images()
--------file_open_box.py(195B)
--------SimpleCv.py(1KB)
--------The Pirates of the Caribean Game.py(1KB)
--------text2binary.py(309B)
--------gps_auto_update.py(2KB)
--------flash_multiple_rb.py(458B)
--------geo_quiz.py(15KB)
--------result.png(546B)
--------xml_parse.py(974B)
--------audio()
--------dice.py(2KB)
--------hex_entry.py(4KB)
--------pi.jpg(5KB)
----__init__.py(0B)
----setup.cfg(27B)
----setup.py(5KB)
----.gitignore(670B)
----easygui()
--------boxes()
--------python_and_check_logo.gif(25KB)
--------python_and_check_logo.png(4KB)
--------__init__.py(2KB)
--------python_and_check_logo.jpg(9KB)
--------easygui.py(3KB)
--------zzzzz.gif(2KB)
----README.md(6KB)
----.gitattributes(719B)
----developer_information()
--------BUILD INSTRUCTIONS.txt(3KB)
--------DEVELOPER_NOTES.txt(546B)
--------Git-branching-model.png(189KB)

网友评论