How to terminate a python program instantly through keyboard input while the system is busy doing task away from the terminal
I am building an automation using python that requires tab switching, mouse clicking, etc which engages my system completely. During which I cannot access my terminal or taskbar to manually close/stop my program from running.
How to terminate a python program instantly through keyboard input while the system is busy doing task away from the terminal
I am building an automation using python that requires tab switching, mouse clicking, etc which engages my system completely. During which I cannot access my terminal or taskbar to manually close/stop my program from running.