A terminal application written in Python for translating srt subtitles to any language using Gemini AI
- Python 100%
- Add config_manager, prompt_manager, media_discovery, gemini_translator modules - Replace log.py with logger.py, prompts.py with prompt_manager.py - Restructure models: split prompt_library into prompt.py, add media.py, enums.py - Update dependencies: add langdetect, pycountry, pysrt; remove setuptools, wheel - Add pyright configuration and update ruff settings - Improve CLI handlers and menu system Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> |
||
|---|---|---|
| .idea | ||
| src/srtify | ||
| .directory | ||
| .gitignore | ||
| .python-version | ||
| LICENSE | ||
| pyproject.toml | ||
| pyrightconfig.json | ||
| README.md | ||
| uv.lock | ||
Srtify
A terminal application written in Python for translating srt subtitles to any language using Gemini AI