Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

bermeitinger-b/DeepL-Console-Translator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%