google-translate
google-translate copied to clipboard
Small library to translate text for free using Google translate.
google-translate
Small library to translate text for free using Google translate.
See docs for more informations.
INSTALLATION
Install From Source
- 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
Usage
import google_translate
translator = google_translate.GoogleTranslator()
print translator.translate("hello world", "french")
AUTHORS
Check the AUTHORS file
LICENSE
Unlicense (public domain)