Answer the question
In order to leave comments, you need to log in
How to pause a script in Python?
Good people, who knows? How to write a command that stops a script while it is executing and waits indefinitely. It is necessary for the user to enter a value in the input field, and after pressing the "Confirm" button, the script will start working again from the moment where the pause occurred.
Answer the question
In order to leave comments, you need to log in
> entered a value in the input field, and after pressing the "Confirm" button
1. Depends on which GUI framework you are using.
2. Why pause when you can simply put the necessary operations in the reaction on the button? Although, if you need a GUI only for entering data, you can trick it - but see point 1 here already.
No.
It’s better to make your own engine with your own hands and that’s it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question