Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

freundTech/deepl-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

Discontinued commandline client for DeepL translator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages