LICENSE
README.md
pyproject.toml
setup.cfg
src/screen_times/__init__.py
src/screen_times/cli.py
src/screen_times/jsonl_manager.py
src/screen_times/ocr.py
src/screen_times/screen_ocr_logger.py
src/screen_times/screenshot.py
src/screen_times/screenshot_ocr.py
src/screen_times/split_jsonl.py
src/screen_times.egg-info/PKG-INFO
src/screen_times.egg-info/SOURCES.txt
src/screen_times.egg-info/dependency_links.txt
src/screen_times.egg-info/entry_points.txt
src/screen_times.egg-info/requires.txt
src/screen_times.egg-info/top_level.txt
src/screen_times/resources/screenshot_window.applescript
tests/test_jsonl.py
tests/test_jsonl_manager.py
tests/test_ocr.py
tests/test_screen_ocr_logger.py
tests/test_screenshot.py