uses google cloud translator
- dependencies: python3, pip, not sure what the minimum version is but I developed this on 3.11.5
- run
pip install -r requirements.txt
- enable cloud translate api (you need to enable billing to get the option to use it)
- get a service account private key and download it
- run
python3 translator.py
and drag and drop your config.json into it - fin
- follow steps 1-4 in setup
- install a C compiler, for linux: gcc and windows: visual studio build tools
- run
python -m pip install nuitka
and usepython -m nuitka --version
- run
python -m nuitka translator.py
or if you want to move around the compiled versionpython -m nuitka translator.py --standalone
./translator
or translator.exe, drag and drop your config.json- fin
@f-underscore for helping with development