Skip to content

the-chicken-leg/doc-translator-DeepL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doc-translator-DeepL

This Python script uses the DeepL API to translate a document.

Usage

powershell

Run on Windows with uv

  1. Install uv using PowerShell (full instructions here: https://docs.astral.sh/uv/getting-started/installation):
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Verify uv installed correctly:
uv --version
  1. Download script file:
curl -L -O https://github.com/the-chicken-leg/doc-translator-DeepL/blob/main/doc-translator-DeepL.py?raw=true
  1. Run using uv. On the first run, uv will download the appropriate Python version, create a virtual environment, and install dependencies, which might take some time. Subsequent runs will be faster:
uv run .\doc-translator-DeepL.py

About

Translate a document using the DeepL API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages