LICENSE
README.md
pyproject.toml
src/textrun/__init__.py
src/textrun/__main__.py
src/textrun/adapters.py
src/textrun/config.py
src/textrun/desktop.py
src/textrun/diff.py
src/textrun/monitors.py
src/textrun/pipeline.py
src/textrun/runner.py
src/textrun/speaker.py
src/textrun/stitcher.py
src/textrun.egg-info/PKG-INFO
src/textrun.egg-info/SOURCES.txt
src/textrun.egg-info/dependency_links.txt
src/textrun.egg-info/entry_points.txt
src/textrun.egg-info/requires.txt
src/textrun.egg-info/top_level.txt
src/textrun/backends/__init__.py
src/textrun/backends/audio.py
src/textrun/backends/ocr.py
src/textrun/backends/screenshot.py
src/textrun/backends/scroll.py
src/textrun/backends/tts.py
src/textrun/config/default.toml
src/textrun/config/example-profiles/firefox.toml
src/textrun/config/example-profiles/game-terminal.toml
src/textrun/config/example-profiles/wayland.toml
src/textrun/gui/__init__.py
src/textrun/gui/main_window.py
src/textrun/gui/region_selector.py
src/textrun/gui/shortcuts.py
tests/test_adapters.py
tests/test_cli.py
tests/test_config.py
tests/test_desktop.py
tests/test_diff.py
tests/test_gui.py
tests/test_monitors.py
tests/test_runner.py
tests/test_speaker.py
tests/test_stitcher.py