https://github.com/ipfans/subtiltes-translator
Subtitles Translator - 字幕翻译君
https://github.com/ipfans/subtiltes-translator
Last synced: about 1 year ago
JSON representation
Subtitles Translator - 字幕翻译君
- Host: GitHub
- URL: https://github.com/ipfans/subtiltes-translator
- Owner: ipfans
- Created: 2024-09-26T10:35:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T00:49:37.000Z (about 1 year ago)
- Last Synced: 2025-06-13T01:30:39.673Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# subtiltes-translator
大概只能运行在 Linux/macOS 系统上,还有一大堆 bug 需要解决哦...
### 软件预览

### 使用方法
在使用之前,你需要有以下依赖:
- Python 3.12+
- [pdm](https://pdm-project.org/) 或者 [uv](https://github.com/astral-sh/uv)
安装依赖:
```bash
pdm install
pdm run python main.py
# or
uv sync
uv run python main.py
```
### TODO
- [ ] 支持更多翻译引擎 (OpenAI, Claude)
- [ ] 支持更多字幕格式 (ass)
- [ ] 修复大量 Bug