Index ¦ Archives ¦ Atom ¦ RSS > Category: programming, python, web

Command-line language translation

Here is a simple utility created using Python for translating text from various languages into English. It uses the Google AJAX API to do this.

Usage

prashanth@prashanth-desktop:~$ translate bonjour
hello
prashanth@prashanth-desktop:~$ translate guten morgen
Good morning

Code

#!/usr/bin/env python
'''
Translates text into english using Google Translate ...

© Prashanth Ellina. Built using Pelican. Theme by Giulio Fidente on github.