Small library to translate text for free using Google translate.
See docs for more informations.
- Download & extract source from here
- Change directory into google-translate-0.2.4/
- Run
python setup.py install
Install From Pypi
- Run
pip install doodle-translate
import google_translate
translator = google_translate.GoogleTranslator()
print translator.translate("hello world", "french")
Check the AUTHORS file
Unlicense (public domain)