GitXplorerGitXplorer
f

deepl-cli

public
14 stars
4 forks
1 issues

Commits

List of commits on branch master.
Verified
ac50469923b71ceeb44f64de827a1cedf5e427de

Update README.rst

ffreundTech committed 3 years ago
Verified
2860b8bde59cf76097e62c4e584cdfb8c61cead7

Bump version so I can upload to pypi

ffreundTech committed 7 years ago
Verified
0b94959a7e87448fbd7b15b8794c8aaa2d219537

Fixed deepl-cli to work with new API changes.

ffreundTech committed 7 years ago
Verified
c49776126d0790a7b4c35fd9318317e2098af45d

Restore text formatting after translation

ffreundTech committed 7 years ago
Verified
27502d9d6efba117ad13041bc8c65ab232cc12c4

Removed python3.2 and added build in addtion to test to .travis.yml

ffreundTech committed 7 years ago
Verified
e912d11f1f4ce64c2b26bf0018010384f0248513

Added .travis.yml

ffreundTech committed 7 years ago

README

The README file for this repository.

This project is discontinued and broken. Please use the official DeepL API python client: https://github.com/DeepLcom/deepl-python

DeepL commandline client

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

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

.. code-block::

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:

.. code-block:: python

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.