Skip to main content

This is a simple, yet powerful command line translator with google translate in behind.

Project description

Google translate as Python module & command line tool. No key, no authentication whatsoever.

## Installation <pre> python setup.py install </pre> Add sudo in the beginning if you met problem.

## Command-Line Usage In your command-line: <pre> translate “This is a pen.” </pre>

## Use As A Python Module <pre> from translate import Translator translator= Translator(to_lang=”zh”) translation = translator.translate(“This is a pen.”) </pre> The result is in translation, and it’s usually a unicode string.

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-0.0.1.tar.gz (3.2 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