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. WWW: https://github.com/robertlugg/easygui
6 lines
271 B
Text
6 lines
271 B
Text
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.
|
|
|
|
WWW: https://github.com/robertlugg/easygui
|