Game2Text helps you learn and retain Japanese words from games.
- Kanji Finder with browser dictionaries like Yomichan
- Deepl Translate
- Anki Integration with AnkiConnect via Yomichan
You can find downloads on Releases.
Windows/Mac: Tesseract is bundled with the application.
Linux: Follow installation instructions here.
Update config.ini file for the following configurations:
- browser: Browser to launch Game2Text
- logimagetype: file type to save logged images
- refresh: hotkey to execute OCR
Create a venv, then once activated install requirements:
pip install -r requirements.txt
python game2text.py
Windows:
python -m eel game2text.py web --windowed --icon "icon.ico" --add-data "logs;logs/" --add-data "win;win/" --add-data "config.ini;."
Mac:
sh build.sh
Temporary fix for all read/write operations using os.path on Mac builds with pyinstaller: create a wrapper file that runs the Game2Text executable inside the package
On MacOS, make sure you have allowed screen recording for your browser in Security & Privacy settings.
Modify config.ini and update the value of browser to edge, chromium, or firefox.