Cargo.lock
Cargo.toml
DEVELOPING.md
LICENSE.txt
MANIFEST.in
PRODUCT_VISION.md
README.md
pyproject.toml
setup.cfg
setup.py
benchmarks/conftest.py
benchmarks/test_python_hotpaths.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/install.rst
docs/keyboard.rst
docs/make.bat
docs/mouse.rst
docs/msgbox.rst
docs/quickstart.rst
docs/roadmap.rst
docs/screenshot.rst
docs/tests.rst
docs/source/modules.rst
docs/source/pyautogui.rst
pyautogui/__init__.py
pyautogui/__main__.py
pyautogui/_cli.py
pyautogui/_pyautogui_java.py
pyautogui/_pyautogui_osx.py
pyautogui/_pyautogui_pyscreeze_opt.py
pyautogui/_pyautogui_win.py
pyautogui/_pyautogui_x11.py
pyautogui/_visual_locator.py
pyautogui_rust.egg-info/PKG-INFO
pyautogui_rust.egg-info/SOURCES.txt
pyautogui_rust.egg-info/dependency_links.txt
pyautogui_rust.egg-info/entry_points.txt
pyautogui_rust.egg-info/not-zip-safe
pyautogui_rust.egg-info/requires.txt
pyautogui_rust.egg-info/top_level.txt
src/dummy.rs
src/gpu.rs
src/gpu_engine.rs
src/lib.rs
src/tinylocate.rs
src/vision.rs
src/cuda/tinylocate.cu
src/cuda/tinylocate.ptx
src/win/capture.rs
src/win/hook.rs
src/win/input.rs
src/win/mod.rs
tests/test_automateboringstuff.py
tests/test_pyautogui.py
tests/fixtures/tinylocate/expected.json
tests/fixtures/tinylocate/reference.png
tests/fixtures/tinylocate/search.png
tests/unit/conftest.py
tests/unit/test_api_contract.py
tests/unit/test_command_language.py
tests/unit/test_input_orchestration.py
tests/unit/test_pure_helpers.py
tests/unit/test_screenshot_optimization.py
tests/unit/test_visual_locator.py
tests/unit/test_windows_backend_fallback.py
tools/benchmark_native.py
tools/benchmark_tinylocate_runtime.py
tools/check.py
tools/compile_tinylocate_cuda.py
tools/evaluate_tinylocate.py
tools/evaluate_tinylocate_multi.py
tools/evaluate_tinylocate_real.py
tools/export_tinylocate.py
tools/install_tinylocate_model.py
tools/prepare_tinylocate_images.py
tools/smoke_installed.py
tools/smoke_tinylocate_runtime.py
tools/train_tinylocate.py
tools/update_tinylocate_fixture.py
tools/verify_dist.py
training/tinylocate/__init__.py
training/tinylocate/data.py
training/tinylocate/format.py
training/tinylocate/gpu_data.py
training/tinylocate/model.py