python-easygui
GUI programming module for Python
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.
- Versions: 0.98.1
- Website: https://github.com/robertlugg/easygui
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-easygui
as follows:
guix install python-easygui
Or install a particular version:
guix install python-easygui@0.98.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-easygui about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-easygui'><img src='https://packages.guix.gnu.org/packages/python-easygui/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-easygui)
Example Org:
[[https://packages.guix.gnu.org/packages/python-easygui][https://packages.guix.gnu.org/packages/python-easygui/badges/latest-version.svg]]