Alex(GoD) tool for .trans
This is a simple GUI application for extracting and adding strings from/to .trans files, commonly used in game localization.
Features:
- Extract strings from selected columns of a .trans file.
- Add strings from a text file to a selected column of a .trans file.
- Preview the contents of a .trans file in a table format.
- Select specific files to extract from the .trans file.
- Dark theme for improved visual experience.
How to Use:
- Select the .trans file using the "Browse" button.
- Choose the column to extract strings from using the radio buttons.
- Click "Extract Strings" to extract the strings to a text file named "output_strings.txt".
- To add strings, select the output text file and the column to add to.
- Click "Add Strings" to add the strings to the .trans file (a new file with "_modified" suffix will be created). A. Use the "Preview" button to view the contents of the .trans file. B. Use the "Select Files" button to choose specific files to extract strings from.
Requirements:
- Python 3
- Tkinter
- ttkthemes
Installation:
- Install the required packages:
pip install tkinter ttkthemes
- Download the script.
- Run the script:
python ImExTrans.py