YTapi
It is simple Python script for Yandex Translate API. Default use en-ru direction, see more...
Examples:
-
./ytapi.py London is the capital of Great Britain
'Лондон-столица Великобритании'
OR
./ytapi.py "London is the capital of Great Britain"
'Лондон-столица Великобритании' -
./ytapi.py en hi
'привет' -
./ytapi.py ru привет всем
'hi all'
Dependences: Python (default Python3, version for Python2 in 'python2' branch), urllib, json
It is part of ConDict project.