Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 426 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 426 Bytes

pytranslate

Translate files for free using different APIs

Requirements

  • Python 3.10+

Installation

python3 -m venv .venv
. venv/bin/activate
pip install -r requirements.txt
pip install -e .

Supported

File extension

  • ASS (Advanced Substation Alpha)

API

  • Google
  • Deepl

Docker

docker run -it --rm -v /path/to/file.ass:/app/file.ass ghcr.io/maxime1907/pytranslate:master