chriskiehl / Gooey

Turn (almost) any Python command line program into a full GUI application with one line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

option for a 'next step' button?

nicolai256 opened this issue · comments

is there an option to automatically pause at some part of the script and press a resume button?
I have this script but it pauses in the cmd terminal and you need to press enter to continue,
the reason why this is there is because you need to process the output images into an external app and then put them into a folder and then resume the script by pressing enter.
is this possible in any way?
what i basically want to do is do a next button without having to go back to edit and select another run thing and put the values again?