python-easygui 0.98.1
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.
- Outputs:
out
- 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 python-easygui 0.98.1
as follows:
guix install python-easygui@0.98.1
Or install the latest version:
guix install python-easygui
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.