LICENSE
NOTICE
README.md
pyproject.toml
src/visus/desktop/__init__.py
src/visus/desktop/doctor.py
src/visus/desktop/exceptions.py
src/visus/desktop/mcp_server.py
src/visus/desktop/platform.py
src/visus/desktop/py.typed
src/visus/desktop/cli/__init__.py
src/visus/desktop/cli/_common.py
src/visus/desktop/cli/_output.py
src/visus/desktop/cli/repl.py
src/visus/desktop/cli/commands/__init__.py
src/visus/desktop/cli/commands/capture.py
src/visus/desktop/cli/commands/clipboard.py
src/visus/desktop/cli/commands/config.py
src/visus/desktop/cli/commands/doctor.py
src/visus/desktop/cli/commands/image.py
src/visus/desktop/cli/commands/keyboard.py
src/visus/desktop/cli/commands/mouse.py
src/visus/desktop/cli/commands/native.py
src/visus/desktop/cli/commands/process.py
src/visus/desktop/cli/commands/project.py
src/visus/desktop/cli/commands/screen.py
src/visus/desktop/cli/commands/smart.py
src/visus/desktop/cli/commands/text.py
src/visus/desktop/cli/commands/window.py
src/visus/desktop/core/__init__.py
src/visus/desktop/core/capabilities.py
src/visus/desktop/core/elements.py
src/visus/desktop/core/image_map.py
src/visus/desktop/core/image_processing.py
src/visus/desktop/core/keyboard_commands.py
src/visus/desktop/core/keyboard_extra.py
src/visus/desktop/core/locate.py
src/visus/desktop/core/locators.py
src/visus/desktop/core/mouse_extra.py
src/visus/desktop/core/native.py
src/visus/desktop/core/native_rpa.py
src/visus/desktop/core/ocr_engine.py
src/visus/desktop/core/overlay.py
src/visus/desktop/core/overlay_win32.py
src/visus/desktop/core/process.py
src/visus/desktop/core/relative_image.py
src/visus/desktop/core/report.py
src/visus/desktop/core/screen.py
src/visus/desktop/core/session.py
src/visus/desktop/core/smart.py
src/visus/desktop/core/task_executor.py
src/visus/desktop/core/virtual_mouse.py
src/visus/desktop/core/wait_manager.py
src/visus/desktop/core/window.py
src/visus/desktop/core/window_linux.py
src/visus/desktop/resources/cli.md
src/visus/desktop/resources/mcp.md
src/visus/desktop/utils/__init__.py
src/visus/desktop/utils/clipboard.py
src/visus/desktop/utils/config.py
src/visus/desktop/utils/files.py
src/visus/desktop/utils/retry.py
src/visus/desktop/utils/text_filters.py
src/visus_desktop.egg-info/PKG-INFO
src/visus_desktop.egg-info/SOURCES.txt
src/visus_desktop.egg-info/dependency_links.txt
src/visus_desktop.egg-info/entry_points.txt
src/visus_desktop.egg-info/requires.txt
src/visus_desktop.egg-info/top_level.txt
src/visus_pytest/__init__.py
tests/test_artifacts.py
tests/test_capabilities.py
tests/test_capabilities_delegation.py
tests/test_circuit_breaker.py
tests/test_cli.py
tests/test_cli_capture_screen_window.py
tests/test_cli_native.py
tests/test_cli_process_clipboard_config_repl.py
tests/test_cli_smart.py
tests/test_click_relative.py
tests/test_clipboard.py
tests/test_config.py
tests/test_config_coverage.py
tests/test_config_full.py
tests/test_core.py
tests/test_coverage_final.py
tests/test_cv2_matcher.py
tests/test_disk_source.py
tests/test_docs.py
tests/test_doctor.py
tests/test_elements.py
tests/test_error_sinks.py
tests/test_exceptions.py
tests/test_extract_and_relative.py
tests/test_files.py
tests/test_finders.py
tests/test_graceful_shutdown.py
tests/test_hybrid_find.py
tests/test_hybrid_task.py
tests/test_image_map.py
tests/test_image_occurrence_real.py
tests/test_input_methods.py
tests/test_integration.py
tests/test_keyboard_commands_full.py
tests/test_keyboard_extra.py
tests/test_locate.py
tests/test_locators.py
tests/test_logging.py
tests/test_mcp_server.py
tests/test_mcp_smoke.py
tests/test_mcp_tools_full.py
tests/test_metrics.py
tests/test_monitors.py
tests/test_mouse_down_up.py
tests/test_mouse_extra.py
tests/test_native.py
tests/test_native_rpa.py
tests/test_ocr_backends.py
tests/test_ocr_engine_coverage.py
tests/test_overlay.py
tests/test_overlay_fallback.py
tests/test_overlay_full.py
tests/test_process.py
tests/test_process_full.py
tests/test_pytest_visus.py
tests/test_relative_image.py
tests/test_relative_image_full.py
tests/test_report.py
tests/test_resume.py
tests/test_retry.py
tests/test_save_screenshot.py
tests/test_screen.py
tests/test_screen_cache.py
tests/test_session.py
tests/test_skills.py
tests/test_smart.py
tests/test_smoke.py
tests/test_snapshot.py
tests/test_task_executor_coverage.py
tests/test_tasks.py
tests/test_text_filters.py
tests/test_typing_robust.py
tests/test_virtual_mouse.py
tests/test_virtual_mouse_full.py
tests/test_visusbot_internals.py
tests/test_wait_manager.py
tests/test_wait_stable.py
tests/test_window.py
tests/test_window_ensure.py
tests/test_window_linux.py
tests/test_wsl.py