2023-05-25

Can I create separate a mouse cursor/keyboard for my Python bot to exclusively use? [closed]

I am using Python3, pynput and pyautogui to perform few mundane operations in an application on my second monitor by using mouse and keyboard.

However, I would like my Python script to control a separate mouse/keyboard operating on my second monitor so it can perform its operations without interfering with my activity on the first monitor.

Is this even possible to do? If so, are there any packages/libraries that do this?



No comments:

Post a Comment