A tool to translate markdown files using GPT-4
Project description
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
Release history Release notifications | RSS feed
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-1.1.tar.gz
(7.0 kB
view hashes)
Built Distribution
Close
Hashes for gpt_translate-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c74b0898fabf271534e35749455f42590a5d2afd3003245beef26f535bcd6e |
|
MD5 | 8ea5b30e04cb346982ee8586a5d30796 |
|
BLAKE2b-256 | 3e25d5701a9e93ced88757f7b31753b4298e8aa03217c0d919c707a167302b6a |