Replies: 1 comment 1 reply
-
hey @0mn1try! Yes, you can implement a similar Pause/Unpause functionality for your Python scripts using the ahk-python library. it's so cool to find others that are having fun with their projects! keep up the good work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm kinda new to programming, have about a year experience with AHK, in my application field some scripts that activate by a hotkey take decent time to execute(it could be up to 5 mins) and i like that in AHK i have separate hotkey for Pausing/Unpausing execution of the whole script at any time(usually if smth goes wrong ofc). Now i'm trying to switch to Python, and i can't find any way to do similar functionality of pausing/unpausing in Python. I was very excited to find out this ahk-python project yesterday, and when i looked in your documentation - there was some about suspend/ressume, but this is not the same as Pause/Unpause.
So my question is - any chance i can implement smth similar to Pause/Unpause for the whole script written with Python-ahk like it was in pure AHK?
PS this project looks awesome, i like it <3
Beta Was this translation helpful? Give feedback.
All reactions