Skip to main content

This is a simple, yet powerful command line translator with google translate behind it. You can also use it as a Python module in your code.

Project description

google-translate-python
=======================

Google translate as Python module & command line tool. No key, no
authentication whatsoever. The default target language is Simplified
Chinese.

利用google
translate实现的命令行工具(translate),也可以当做Python模块用在你的代码中。

Installation
------------

::

pip install translate

Or, you can download the source and

::

python setup.py install

Add sudo in the beginning if you met problem.

Command-Line Usage
------------------

In your command-line:

::

translate "This is a pen."

Or

::

translate -f zh -t ja 我是谁?

Use As A Python Module
----------------------

::

from translate import Translator
translator= Translator(to_lang="zh")
translation = translator.translate("This is a pen.")

The result is in translation, and it’s usually a unicode string.

Change Default Languages
----------------------

In ~/.python-translate.cfg:

::

[DEFAULT]
from_lang = auto
to_lang = 'de'

The cfg is not for using as a Python module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

translate-1.0.8.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page