Cloud Screen Translation is a cross-platform application to support to read text on the screen written in foreign languages. It detect text in the screen and translate it (optionally speak aloud it by synthesis voice). It is highly powered by Google Cloud Platform. (Note: currently only supports the reading out Japanese and the translation from Japanese into English.)
CloudScreenTranslation-v0.4.0.zip
- Prepare your own service account key of Google Cloud Platform and save it as
service_account_creds.json
on this directory. - Run
python main.py
(Windows: ExtractCloudScreenTranslation-*.zip
and runCloudScreenTranslation.cmd
). - Move the transparent Capture Window to the translation target area like the above screenshot.
- Click Capture and Translation button on the Main Window.
- The detected Japanese text will be appended in the above textbox and the translated English in the bottom.
- Prepare your own service account key of Google Cloud Platform and save it as
service_account_creds.json
on this directory. - Install Python3.
- Run
pip install -r requirements.txt
to install required libraries. - Run
pip install -r requirements-dev.txt
to install required libraries for development. - (For Windows) Run
pip install -r requirements-win.txt
. - Run
python main.py
.
MIT License
The distribution files for Windows has cmdmp3 executable to play a voice.