This project uses the DeepL API to translate specified columns in a CSV file.
- Install the required packages by running
pip install -r requirements.txt
. - Set your DeepL API key in a
.env
file. - Run
python translate_csv.py
.
You can configure the input CSV file, the output CSV file, the columns to translate, and the target language in the translate_csv.py
script.