资源简介
EasyGUI是一个非常简单、非常容易用Python进行GUI编程的模块。EasyGUI不同于其他GUI生成器,因为EasyGUI不是事件驱动的。相反,所有GUI交互都是通过简单的函数调用的。
EasyGui为与用户进行简单的GUI交互提供了一个易于使用的界面.它不要求程序员知道任何关于tkinter、框架、小部件、回调或lambda的信息。
EasyGUI运行在Python 2和3上,并且没有任何依赖关系。
代码片段和文件信息
“““
@version: 0.96(2010-08-29)
@note:
ABOUT EASYGUI
EasyGui provides an easy-to-use interface for simple GUI interaction
with a user. It does not require the programmer to know anything about
tkinter frames widgets callbacks or lambda. All GUI interactions are
invoked by simple function calls that return results.
@note:
WARNING about using EasyGui with IDLE
You may encounter problems using IDLE to run programs that use EasyGui. Try it
and find out. EasyGui is a collection of Tkinter routines that run their own
event loops. IDLE is also a Tkinter application with its own event loop. The
two may conflict with unpredictable results. If you find that you have
problems try running your EasyGui program outside of IDLE.
Note that EasyGui requires Tk release 8.0 or greater.
@note:
LICENSE INFORMATION
EasyGui version 0.96
Copyright (c) 2010 Stephen Raymond Ferg
All rights reserved.
Redistribution and use in source and binary forms with or without modification
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR “AS IS“
AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT INDIRECT
INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES
(INCLUDING BUT NOT LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY WHETHER IN CONTRACT
STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@note:
ABOUT THE EASYGUI LICENSE
This license is what is generally known as the “modified BSD license“
aka “revised BSD“ “new BSD“ “3-clause BSD“.
See http://www.opensource.org/licenses/bsd-license.php
This license is GPL-compatible.
See http://en.wikipedia.org/wiki/License_compatibility
See http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
The BSD License is less restrictive than GPL.
It allows software released under the license to be incorporated into proprietary products.
Works based on the software may be released under a proprietary license or as closed source software.
http://en.wikipedia.org/wiki/BSD_lic
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 131 2014-04-18 18:33 easygui-0.96\《零基础入门学习Python》教学视频.htm
目录 0 2018-02-11 16:06 easygui-0.96\build\
目录 0 2018-02-11 16:06 easygui-0.96\build\lib\
文件 90176 2011-01-02 19:19 easygui-0.96\build\lib\easygui.py
文件 90176 2011-01-02 19:19 easygui-0.96\easygui.py
文件 120 2011-01-02 19:19 easygui-0.96\setup.py
文件 719 2016-01-02 09:01 robertlugg-easygui-cbd30b0\.gitattributes
文件 670 2016-01-02 09:01 robertlugg-easygui-cbd30b0\.gitignore
文件 0 2016-01-02 09:01 robertlugg-easygui-cbd30b0\__init__.py
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\
文件 1731 2016-01-02 09:01 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\__init__.py
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\__pycache__\
文件 1405 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\__pycache__\__init__.cpython-37.pyc
文件 3408 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\__pycache__\easygui.cpython-37.pyc
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\
文件 0 2016-01-02 09:01 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__init__.py
目录 0 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\
文件 138 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\__init__.cpython-37.pyc
文件 11868 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\about.cpython-37.pyc
文件 767 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\ba
文件 15120 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\button_box.cpython-37.pyc
文件 11307 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\choice_box.cpython-37.pyc
文件 19078 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\demo.cpython-37.pyc
文件 11105 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\derived_boxes.cpython-37.pyc
文件 1493 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\diropen_box.cpython-37.pyc
文件 5336 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\egstore.cpython-37.pyc
文件 3578 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\fileboxsetup.cpython-37.pyc
文件 3330 2018-02-10 22:51 robertlugg-easygui-cbd30b0\build\bdist.win-amd64\egg\easygui\boxes\__pycache__\fileopen_box.cpython-37.pyc
............此处省略180个文件信息
相关资源
- python爬取维基百科程序语言消息盒(
- python坦克大战分步骤源码及素材
- django+mysql家具购物网站,包含部署教
- python新浪微博爬虫
- Python3.5.2的IDLE汉化版计算机等级考试
- 12306爬虫实现
- Python求解数独并输出求解过程
- python程序设计基础课件
- 西电python网络处理上机题答案
- VMD变分模态分解算法
- Python网络编程 3版 高清扫描版 完整中
- 使用python编写的打飞机游戏源码
- 计算24点python
- 扑克小游戏python代码
- Python黑客攻防入门.pdf
- 《Python语言程序设计基础第二版PDF+课
- Python-PySimpleGUI一个建立在tkinter之上简
- python3.5 百度ai人脸识别
- python编程从入门到实践的案例和动手
- 编译原理词法分析器、语法分析器p
- python3实现的国密SM2+SM3
- 50G金融资料包python源码包
- Python爬虫相关书籍.zip
- Windows64下通过python调用海康SDK实现登
- Python-使用DeepFakes实现YouTube视频自动换
- python_web实战-源码
- Python-100-Days-master.zip
- python与量化投资-从基础到实战 配套资
- python sklearn决策树
- 电影推荐系统171901
评论
共有 条评论