creating on windows
hi , m tryining to create a bot on windows using python , I v seen this project and pixus bot m asking if there any way to send fake clicks to the client like on pixus bot using python i actually work with pyautogui but the windows must be focused .
i'm asking if there any way to send fake clicks to the client like on pixus bot using python i actually work with pyautogui but the windows must be focused .
With python i'm not so sure, since the most of APIs i've used before didn't work as expected, but if your main target platform is windows, then just seek for the windows API library port in python & translate the code of fake clicks on Pixus to python (instead of using the pyautogui library).