Skip to main content

Library and CLI for DeepL translator

Project description

A simple python commandline client for deepl.com/translate.

This is NOT an official API and might break at any moment.

Usage: deepl.py [-h] [-s lang] [-t lang] [-v] [text [text ...]]

Translate text to other languages using deepl.com

positional arguments:
  text

optional arguments:
  -h, --help               show this help message and exit
  -s lang, --source lang   Source language
  -t lang, --target lang   Target language
  -v, --verbose            Print additional information

This can also be used as a library:

import deepl

translation, extra_data = deepl.translate("This is a test", target="DE")

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with DeepL GmbH, or any of its subsidiaries or its affiliates.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deepl-0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

deepl-0.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page