LICENSE
README.md
pyproject.toml
glossate/__init__.py
glossate/__main__.py
glossate/api.py
glossate/cli.py
glossate.egg-info/PKG-INFO
glossate.egg-info/SOURCES.txt
glossate.egg-info/dependency_links.txt
glossate.egg-info/entry_points.txt
glossate.egg-info/requires.txt
glossate.egg-info/top_level.txt
glossate/core/__init__.py
glossate/core/segmenter.py
glossate/core/serializer.py
glossate/core/transcriber.py
glossate/core/translator.py
glossate/ui/__init__.py
glossate/ui/ascii_art.py
glossate/ui/components.py
glossate/ui/progress.py
glossate/ui/theme.py
glossate/utils/__init__.py
glossate/utils/device.py
glossate/utils/download.py
glossate/utils/ffmpeg.py
glossate/utils/paths.py
glossate/utils/preflight.py
tests/test_api.py
tests/test_cli.py
tests/test_device.py
tests/test_download.py
tests/test_ffmpeg.py
tests/test_paths.py
tests/test_preflight.py
tests/test_progress.py
tests/test_segmenter.py
tests/test_serializer.py
tests/test_transcriber.py
tests/test_translator.py
tests/test_ui.py