pyugt is a pure-python universal game translator: it takes screenshots from a region you select on your screen, uses OCR (via Tesseract v5) to extract the characters, then feeds it to a machine translator (Google Translate) to then show you a translated text.
Since it works directly on images, there is no need to hack the game or anything to access the text. It is also cross-platform (support for Windows and Linux - MacOSX does not yet work because hotkeys are not supported for now).
Changes:
* Added a hotkey to "set and translate" a region, this significantly streamlines the process and greatly improves the translation when the selected region is tightly around the text to translate (ie, limits the background confusing the OCR).
Keep in mind this is an alpha (and may forever stay in this state), but it is working (tested on Windows x64 with Python 3.7 Anaconda).