Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepL-Console-Translator

Use the DeepL translator on the console.

Installation

Checkout the repository:

git clone https://github.com/pinae/DeepL-Console-Translator.git
cd DeepL-Console-Translator/

Set up a virtual environment:

pyvenv env
source env/bin/activate
pip install wheel
pip install --upgrade pip
pip install requests

Usage

Run the script:

python translate.py -l DE "This is just an example."

The parameter -l specifies the language to translate into. If omitted it uses english. After that follows the text.

About

Use the DeepL translator on the console.

Resources

Stars

25 stars

Watchers

6 watching

Forks

Releases

Packages

Used by

Contributors

Languages