Related questions
Easy-to-use AutoHotkey/AutoIt alternatives for Linux
I'm looking for recommendations for an easy-to-use GUI automation/macro platform for Linux.
If you're familiar with AutoHotkey or AutoIt on Windows, then you know exactly the kind of features I need, with the level of complexity. If you aren't …
Very simple, terse and easy GUI programming “frameworks”
Please list GUI programming libraries, toolkits, frameworks which allow to write GUI apps quickly. I mean in such a way, that
GUI is described entirely in a human-readable (and human-writable) plain text file (code)
code is terse (1 or 2 lines of …
Tcl/Tk examples?
Tcl/Tk is a simple way to script small GUIs.
Can anyone give a nice example with a button and a text widget. When the button is pressed should a shell command be executed and the output piped to the …