Skip to content

AkibaAT/openai-renpy-translate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ren'Py Translate - OpenAI | ChatGPT | Translate Ren'Py with Python

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.

Ren'Py Fork Maintained By

Usage

Required

  • Python >= 3.7
  • PAID (or trial) OpenAI Account API use with API key

User Mode

  1. Download the latest release for Windows or Linux
  2. Get your OpenAI API key
  3. Run the program:
    1. Windows:
      openai-renpy-translate-windows-x86_64.exe
    2. Linux:
      ./openai-renpy-translate-linux-x86_64

Dev Mode

  1. Setup env
git clone -b chatgpt https://github.com/AkibaAT/openai-renpy-translate.git
cd openai-renpy-translate
./scripts/setup.sh
source .activate
  1. Usage

python src/app.py

Contributors

License

The project is made available under the GPL-3.0 license. See the LICENSE file for more information.

About

Python command that uses openai to perform ren'py translations

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%