Description
Simple GTK dialogs can be shown from Python scripts for prompts, messages, and file choices. This utility helps shell and automation workflows ask for input without building a full GUI application.
It creates desktop dialogs and returns choices to the calling script. Scripts still decide what happens with the response, so review automation before accepting prompts.