easygui 0.98.3
0
EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from
Contents
EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.
How to Install easygui
You can install easygui using pip
pip install easygui
or add it to a project with poetry
poetry add easygui
Package Details
- Author
- easygui developers and Stephen Ferg
- License
- BSD
- Homepage
- https://github.com/robertlugg/easygui
- PyPi:
- https://pypi.org/project/easygui/
Classifiers
- Software Development/User Interfaces
Related Packages
Errors
A list of common easygui errors.
Code Examples
Here are some easygui
code examples and snippets.