Skip to main content

A tool to translate markdown files using GPT-4

Project description

PyPI version

gpt_translate

This is a tool to translate the language in Markdown files.

You will need and OpenAI API key to use this tool.

Installation

You have to clone the repo and then do:

$ cd gpt_translate
$ pip install .

Usage

We use GPT4 by default. You can change this on configs/model_config.yaml

You can add new languages by providing the language translation dictionaries in configs/language_dicts

To translate a single file:

$ gpt_translate.file README.md README_es_.md --language es

to translate a full folder recursively:

$ gpt_translate.folder docs docs_ja --language ja

If you don't know what to do, you can always do:

$ gpt_translate --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpt_translate-2.0.1.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

gpt_translate-2.0.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page