-
-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
Lord0fTurk edited this page Jan 11, 2026
·
6 revisions
RenLocalizer is designed to be flexible. You can run it as a standalone executable (Windows) or from the source code (All platforms).
The easiest way to use RenLocalizer on Windows is to download the latest release:
- Go to the Releases page.
- Download the
RenLocalizer_vX.X.X_Windows.zipfile. - Extract the ZIP and run
RenLocalizer.exe.
Since Ren'Py games run on Python, RenLocalizer works natively on Linux and macOS using Python 3.10+.
- Python 3.10 or higher.
-
pip(Python package manager).
-
Clone the Repository:
git clone https://github.com/Lord0fTurk/RenLocalizer.git cd RenLocalizer -
Create a Virtual Environment:
python -m venv venv source venv/bin/activate # On Linux/macOS # venv\Scripts\activate # On Windows (if running source)
-
Install Dependencies:
pip install -r requirements.txt
-
Run the App:
python run.py # Starts the GUI python run_cli.py # Starts the CLI
We provide convenience scripts for Unix-based systems:
-
RenLocalizer.sh: Automatically sets up the environment and launches the GUI. -
RenLocalizerCLI.sh: Automatically sets up the environment and launches the CLI.
Run them with:
chmod +x RenLocalizer.sh
./RenLocalizer.shThe tool depends on:
-
PySide6/PyQt6-Fluent-Widgetsfor the UI. -
openai,google-genaifor AI engines. -
unrpafor archive extraction. -
requests,beautifulsoup4for traditional translation engines.
- Advanced-Parsing
- RPA-Extraction
- Glossary-Management
- External-Translation-Memory — (NEW) Reuse translations across games
- Technical-Filtering
- Proxy-and-Rate-Limits
- Web-Google-Translate-Guide