Dindo-Bot icon indicating copy to clipboard operation
Dindo-Bot copied to clipboard

creating on windows

Open ElmehdiHAYTOM opened this issue 2 years ago • 1 comments

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 .

ElmehdiHAYTOM avatar Dec 27 '22 19:12 ElmehdiHAYTOM

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).

AXeL-dev avatar Jan 02 '23 07:01 AXeL-dev