You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of the modules provides two important classes. pymouse provides PyMouse and PyMouseEvent. pykeyboard provides PyKeyboard and PyKeyboardEvent. If you are interested in fabricating user input, you will want to use PyMouse and PyKeyboard for mouse and keyboard control respectively. See their pages for a more detailed documentation, PyMouse and PyKeyboard.