I have a Python script on my Ubuntu box that I usually call from the Terminal. It'll be great to have a desktop widget instead to call it.
The script accepts 3 parameters, which could be radio buttons, checkboxes or something similar. Clicking some sort of a Submit button on the widget would call the script with the relevant parameters.
Is this possible? Thank you.