asweigart / pyautogui

A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.
BSD 3-Clause "New" or "Revised" License
10.22k stars 1.24k forks source link

Feature Idea: Interactive mode #832

Open asweigart opened 8 months ago

asweigart commented 8 months ago

Add a switch you can flip that enables a sort of debugger interactive mode, where the user is prompted to press Enter after each pyautogui step. This is a bit more general than the actual python debugger. (Put more thought into this feature.)

davide710 commented 8 months ago

Hello @asweigart, did you have a chance to take a look at my pull request? It's just a simple idea but I think it could be (at least the starting point for) what you asked.