autopy
autopy copied to clipboard
A simple, cross-platform GUI automation module for Python and Rust.
Hi, python crushes on windows if `autopy.bitmap.Bitmap` exceeds certain size in pixels/bytes. On **Windows 10 Education (version 1803)** it always crashes on >111000 pixels (it's screen scale factor is 1.25,...
Hi! Modificators CONTROL, SHIFT, etc... doesn't work in Windows 10, only in Linux.
``` needle = autopy.bitmap.Bitmap.open('needle.png') haystack = autopy.bitmap.capture_screen() pos = haystack.find_bitmap(needle,0.03,((700, 80), (200,420))) print(pos) ``` from this piece of code I can get pos from around (0,80) to (900,500) I think...
See the note here: https://www.benfrederickson.com/writing-python-extensions-in-rust-using-pyo3/ > I failed to get the 64 bit wheel for Python2.7 to build on windows so I disabled that here (the 32 bit version builds...
makefile pip install with default python version and separated from pip3install to solve cmd invalid error
rust feature macro breaks compilation - removed==resolved
Autopy does not install the latest version or above version 3.8..... please provide new version Autopy libaray for the latest Python version
AutoPy requires a pinned version of Rust (nightly-2019-10-05) that is not compiled for aarch64-apple-darwin ``` ➜ ~ rustup default nightly-2019-10-05 info: syncing channel updates for 'nightly-2019-10-05-aarch64-apple-darwin' info: latest update on...
The package missing the volume up and down keys
ERROR: Could not find a version that satisfies the requirement autopy (from versions: 0.5, 0.51, 1.0.0, 1.0.1, 1.1.0, 1.1.1, 2.0.0, 2.1.0, 3.0.0, 3.0.1, 3.1.0, 4.0.0) ERROR: No matching distribution found...