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.0.tar.gz
(7.0 kB
view hashes)
Built Distribution
Close
Hashes for gpt_translate-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d65c4a8fe4cfdb482a23cbbd5157cd57167994bb9ecde98aa2f25ccb36cde61e |
|
MD5 | 430974466864d157e3819f5d631e3107 |
|
BLAKE2b-256 | 1609dd91e1b3fb9ad764f4c29a43aa2ea09fcdda59761cf326e8b2d593cabf20 |