OpenAI Ren'Py Translate is a simple GUI application that can be used to translate Ren'Py localization files.
It uses OpenAI API to perform all operations. You can choose between o3-mini
, o1-mini
, o1
, gpt-4o-mini
and
gpt-4o
.
If you would like to contribute, open a pull request or issue on GitHub.
- Python >= 3.7
- PAID (or trial) OpenAI Account API use with API key
- Download the latest release for Windows or Linux
- Get your OpenAI API key
- Run the program:
- Windows:
openai-renpy-translate-windows-x86_64.exe
- Linux:
./openai-renpy-translate-linux-x86_64
- Windows:
- Setup env
git clone -b chatgpt https://github.com/AkibaAT/openai-renpy-translate.git
cd openai-renpy-translate
./scripts/setup.sh
source .activate
- Usage
python src/app.py
The project is made available under the GPL-3.0 license. See the LICENSE
file for more information.