LICENSE.md
README.md
pyproject.toml
apparser/__init__.py
apparser.egg-info/PKG-INFO
apparser.egg-info/SOURCES.txt
apparser.egg-info/dependency_links.txt
apparser.egg-info/requires.txt
apparser.egg-info/top_level.txt
apparser/core/__init__.py
apparser/core/app.py
apparser/core/ui/__init__.py
apparser/core/ui/base.py
apparser/core/ui/coordinates.py
apparser/core/ui/desktop.py
apparser/core/ui/window.py
apparser/core/ui/window_by_display.py
apparser/cv/__init__.py
apparser/cv/events/__init__.py
apparser/cv/events/base.py
apparser/cv/events/detected.py
apparser/cv/events/moved.py
apparser/cv/events/resized.py
apparser/cv/events/undetected.py
apparser/cv/handlers/__init__.py
apparser/cv/handlers/base.py
apparser/cv/handlers/default.py
apparser/cv/models/__init__.py
apparser/cv/models/data.py
apparser/cv/models/handler.py
apparser/cv/processes/__init__.py
apparser/cv/processes/base.py
apparser/cv/processes/default.py
apparser/cv/readers/__init__.py
apparser/cv/readers/base.py
apparser/cv/readers/yolo.py
apparser/cv/utils/__init__.py
apparser/cv/utils/changes_checker.py
apparser/exceptions/__init__.py
apparser/exceptions/debug.py
apparser/exceptions/instruction_not_found.py
apparser/exceptions/text_not_found.py
apparser/exceptions/timeout.py
apparser/exceptions/window_action_with_desktop.py
apparser/geometry/__init__.py
apparser/geometry/distance.py
apparser/geometry/relatively_point.py
apparser/instructions/__init__.py
apparser/instructions/base.py
apparser/instructions/debuggers/__init__.py
apparser/instructions/debuggers/base.py
apparser/instructions/debuggers/default.py
apparser/instructions/default/__init__.py
apparser/instructions/default/click.py
apparser/instructions/default/play_audio.py
apparser/instructions/default/play_audio_file.py
apparser/instructions/default/press.py
apparser/instructions/default/say_audio.py
apparser/instructions/default/say_audio_file.py
apparser/instructions/default/sleep.py
apparser/instructions/default/write_text.py
apparser/instructions/ocr/__init__.py
apparser/instructions/ocr/base.py
apparser/instructions/ocr/click_on_text.py
apparser/instructions/ocr/move_to_text.py
apparser/instructions/ocr/plot_text.py
apparser/instructions/ocr/print_all_text.py
apparser/instructions/ocr/text_getter.py
apparser/instructions/ocr/wait_text.py
apparser/instructions/speak/__init__.py
apparser/instructions/speak/base.py
apparser/instructions/speak/play_text.py
apparser/instructions/speak/say_text.py
apparser/instructions/ui/__init__.py
apparser/instructions/ui/base.py
apparser/instructions/ui/click.py
apparser/instructions/ui/mouse_move.py
apparser/instructions/ui/move_window.py
apparser/instructions/ui/resize_window.py
apparser/instructions/ui/to_window.py
apparser/instructions/ui/algorithms/__init__.py
apparser/instructions/ui/algorithms/algorithm.py
apparser/instructions/ui/algorithms/base.py
apparser/instructions/ui/algorithms/ids.py
apparser/instructions/ui/algorithms/names.py
apparser/instructions/ui/algorithms/ocr.py
apparser/instructions/ui/algorithms/speak.py
apparser/instructions/ui/algorithms/unique.py
apparser/instructions/utils/__init__.py
apparser/instructions/utils/get_all_instructions.py
apparser/instructions/utils/get_by_id.py
apparser/instructions/utils/get_by_name.py
apparser/key_codes/__init__.py
apparser/key_codes/base.py
apparser/key_codes/keyboard_keys.py
apparser/key_codes/mouse_keys.py
apparser/movers/__init__.py
apparser/movers/base.py
apparser/movers/default.py
apparser/movers/math_antirobot.py
apparser/speakers/__init__.py
apparser/speakers/base.py
apparser/speakers/chat_tts.py
apparser/speakers/torch.py
apparser/text_readers/__init__.py
apparser/text_readers/base.py
apparser/text_readers/easy_ocr.py
apparser/text_readers/paddle.py
apparser/text_readers/screens_controller.py
apparser/text_readers/white_black_reader.py
apparser/text_readers/models/__init__.py
apparser/text_readers/models/text_data.py