autopy icon indicating copy to clipboard operation
autopy copied to clipboard

A simple, cross-platform GUI automation module for Python and Rust.

Results 44 autopy issues
Sort by recently updated
recently updated
newest added

Is autopy able to capture the image of a single window? Alternatively, is there a way to tell autopy.bitmap a height/width/set of bits to have it build a bitmap (without...

Got the follow error message. Using a raspberrry pi with buster pi@raspberrypi:~ $ pip install -U autopy DEPRECATION: Python 2.7 will reach the end of its life on January 1st,...

question

I am trying to install autopy but it is not installing i dont whats the problem

Is autopy will be updated to work with current python release?

It seems that tapping a backspace is not working. Is anyone else having this issue? Some code to reproduce: import autopy import time autopy.mouse.click() time.sleep(1) autopy.key.tap("x") time.sleep(1) autopy.key.tap(autopy.key.Code.BACKSPACE) time.sleep(1) autopy.key.tap("y")...

ERROR: Command errored out with exit status 1: command: 'C:\Users\hp\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\hp\\AppData\\Local\\Temp\\pip-install-jckbtsnq\\autopy_0b9363e327c748a2b51de6733d40dca3\\setup.py'"'"'; __file__='"'"'C:\\Users\\hp\\AppData\\Local\\Temp\\pip-install-jckbtsnq\\autopy_0b9363e327c748a2b51de6733d40dca3\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from...

Hi, I'd like to apologize in advance for digging up this thread. I was trying to troubleshoot this myself, but here's what I did, and how it's not working for...

Getting this error when running "pip install -U autopy" Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-pvrVJe/autopy/setup.py", line 8,...

I'd like an option to send keystrokes as actual key presses instead of virtual keys. I have one application which utilizes DirectX to render some elements, when that application is...

Hi, Thanks for making this super fast module! I did notice a few keys were missing in the API reference such as num keys. Could you please add support for...