is there any possibility to stop or interrupt running a python script on an event like pressing a button? Something like an interrupt.
Thanks
is there any possibility to stop or interrupt running a python script on an event like pressing a button? Something like an interrupt.
Thanks
There is a way.
You can press control C, for both Mac and windows to interrupt a program execution.
Thank You.