Skip to content

comand-line translator and python interface for translating services of google

Notifications You must be signed in to change notification settings

wadoon/pyTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pyTranslate - 1.0
===============================================================================

python script for accessing google language tools


Installation
===============================================================================

$ sudo aptitude install pyhton-cjson # for debian 
$ sudo python setup.py install


Usage
===============================================================================

Guess language

	$ translate.py -g 
	Ich bin ein Satz in Deutsch.
	GERMAN
	
Translate from German to English:

	./translate.py -f de -t en
	Ich bin ein Satz in Deutsch.
	I am a sentence in German.

For more help see: 
	
	translate -h
	
License
===============================================================================

	Creative-Commons: cc-nc-by-sa



About

comand-line translator and python interface for translating services of google

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages