learncodebygaming / pydirectinput

Python mouse and keyboard input automation for Windows using Direct Input.
Other
501 stars 88 forks source link

DirectInput does not work too, what should i do? #49

Open furkanbr opened 1 year ago

furkanbr commented 1 year ago

I made a basic auto clicker to automate a process at my job but pydirectinput and pyautogui is not working with this program. Both is working normally at other programs but its just not working with what I need. It is a custom made program for company which we use to control data, it is pretty basic thing.

I tried both library but didn't work, what should I do?

furkanbr commented 1 year ago

Running python code as Administrator solved my problem.