Skip to content

Small library to translate text for free using Google translate.

License

Notifications You must be signed in to change notification settings

MrS0m30n3/google-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google-translate

Small library to translate text for free using Google translate.

See docs for more informations.

INSTALLATION

Install From Source

  1. Download & extract source from here
  2. Change directory into google-translate-0.2.4/
  3. Run python setup.py install

Install From Pypi

  1. 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)