Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for windows with the use of AutoIt3 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MarcusNoordstrom
Copy link

The reason for using AutoIt3 is for smoothness, using pyautogui is very 'jittery' also trying to use Win32.dll for some reason makes it jitter, but using AutoIt3 makes it smooth.

See comments in line 196 inside Mouse.py for more information.

Line 196 in mouse.py

For Windows:    
Generates a file (mouse.au3) in ./tmp/ and runs it with AutoIt3

You need to put AutoIt3.exe in your environment paths, or you can replace 'autoit3',
in line 233 with the path to autoit3

The reason for using AutoIt3 is for smoothness, using pyautogui is very 'jittery' also trying to use Win32.dll for some reason makes it jitter, but using AutoIt3 makes it smooth.

See comments in line 196 inside Mouse.py for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant