GForm GUI maker
GUI maker for linux scripting using 'pipes' for full interaction
A GUI form maker for linux scripts.
written in gambas basic , Needs the gambas3-runtime installed
With GForm you can create GUI's for your scripts.
Like zenity , but with much more power.
With a single command you can make an interface with various controls like buttons, text fields, check boxes, etc.
The interface can create a 'pipe' file that your script reads and waits for signals from the gui.
it also creates a pipe file for the script to send commands to the gui to make changes...