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

Is there a behavior record function? #810

Open PiggyCh opened 1 year ago

PiggyCh commented 1 year ago

I Mean most of the user may use it as a tool to make work easier. A more directly way to achieve a autokeyboard scripts is to record keyboard and mouse behavior, Maybe it is necessary to develop this function? I glad to help if so.

RVCA212 commented 11 months ago

I'm trying to run a script that records my mouse movements, clicks, and keystrokes. I'm using a mac and keep running into this error: Segmentation fault: 11

Is anyone familiar with this issue?