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-0.8.5.tar.gz
(7.0 kB
view hashes)
Built Distribution
Close
Hashes for gpt_translate-0.8.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c83a6a78f464aec0ab9f63daccdec46c45db11557bd9c7167a9431e813e0f206 |
|
MD5 | 108208473a863979a2ad4ef699066a10 |
|
BLAKE2b-256 | ddcb59da7e7ffe8ff3b7f5a730c5dfbab7a8778e5437b91a8f04a787cdbba7ef |