资源简介
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个文件信息
相关资源
- Instant Pygame for Python Game Development How
- Biopython Tutorial
- Think Python 2nd
- 一个小小的表白程序(python)
- Python课堂笔记(高淇400集第一季)
- 二级考试python试题12套(包括选择题和
- pywin32_python3.6_64位
- python+ selenium教程
- PycURL(Windows7/Win32)Python2.7安装包 P
- 英文原版-Scientific Computing with Python
- 7.图像风格迁移 基于深度学习 pyt
- 基于Python的学生管理系统
- A Byte of Python(简明Python教程)(第
- Python实例174946
- Python 人脸识别
- Python 人事管理系统
- 基于python-flask的个人博客系统
- 计算机视觉应用开发流程
- python 调用sftp断点续传文件
- python socket游戏
- 基于Python爬虫爬取天气预报信息
- python函数编程和讲解
- Python开发的个人博客
- 基于python的三层神经网络模型搭建
- python实现自动操作windows应用
- python人脸识别(opencv)
- python 绘图(方形、线条、圆形)
- python疫情卡UN管控
- python 连连看小游戏源码
- 基于PyQt5的视频播放器设计
评论
共有 条评论