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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepl-0.3.tar.gz.
File metadata
- Download URL: deepl-0.3.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da5b67dd00237849e1c78d5e91fd250a2ed3a42fad193c6169060bca6dd5204
|
|
| MD5 |
858de643ffe7ac87e895f58bebdd2e03
|
|
| BLAKE2b-256 |
0c5fc090caa73b283df8690efb1d36b1e91d9f3b94046b646c73d645847e528c
|
File details
Details for the file deepl-0.3.0-py3-none-any.whl.
File metadata
- Download URL: deepl-0.3.0-py3-none-any.whl
- Upload date:
- Size: 18.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc0c5f3db27c6cb0be2a7a37388de6f1cb6caf57f00a1d5dcd0b0e7665693d6
|
|
| MD5 |
68968e35286112ab8d6188f32d913723
|
|
| BLAKE2b-256 |
8c93573c655353902e68f1a9d1317b1ad88911e081814b6c4ee9b838ace206d9
|
File details
Details for the file deepl-0.3-py3-none-any.whl.
File metadata
- Download URL: deepl-0.3-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad59898f22e348646bf4b6a69faeff23f2c3320263470c614d50775dd18cf05
|
|
| MD5 |
5d71154a6fd3395c47cd5c4366189733
|
|
| BLAKE2b-256 |
e3b6163f181010baedf1dc442550c4ee73100f50f54c369b394274c705199d43
|