An open API service indexing awesome lists of open source software.

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

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
```