.gitignore
LICENSE
MANIFEST.in
README.md
activate.sh
lint.sh
make_venv.py
pyproject.toml
requirements.testing.txt
setup.py
tox.ini
upload_package.py
.github/workflows/lint.yml
.github/workflows/push_macos.yml
.github/workflows/push_ubuntu.yml
.github/workflows/push_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/video_subtitles/__init__.py
src/video_subtitles/cli.py
src/video_subtitles/convert_to_webvtt.py
src/video_subtitles/gui.py
src/video_subtitles/run.py
src/video_subtitles/say.py
src/video_subtitles/settings.py
src/video_subtitles/thread_processor.py
src/video_subtitles/translate.py
src/video_subtitles/util.py
src/video_subtitles.egg-info/PKG-INFO
src/video_subtitles.egg-info/SOURCES.txt
src/video_subtitles.egg-info/dependency_links.txt
src/video_subtitles.egg-info/entry_points.txt
src/video_subtitles.egg-info/requires.txt
src/video_subtitles.egg-info/top_level.txt
src/video_subtitles/assets/example.txt
tests/test.srt
tests/test_cli.py
tests/test_full.py
tests/test_srt_to_webvtt.py
tests/test_srt_translator.py
tests/video.mp4