https://github.com/malb/plaintext-translator-deepl
simple script to translate plaintext files using deepl API
https://github.com/malb/plaintext-translator-deepl
Last synced: 2 months ago
JSON representation
simple script to translate plaintext files using deepl API
- Host: GitHub
- URL: https://github.com/malb/plaintext-translator-deepl
- Owner: malb
- Created: 2018-01-10T11:31:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T14:02:33.000Z (over 8 years ago)
- Last Synced: 2025-01-17T01:37:37.463Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plaintext Translator using Deepl
> DeepL trains artificial intelligence to understand and translate texts. Now we put it into your hands. — https://www.deepl.com/home
## Usage ##
``` shell
pip install -r requirements.txt
python -c "import nltk; nltk.download('punkt')"
python ./deepl.py
usage: deepl.py [-h] [--to-language TO_LANGUAGE]
[--from-language FROM_LANGUAGE] [--limit LIMIT]
FILENAME
```