A simple wrapper of googletrans
Project description
A simple wrapper for googletrans
Features
- default translate to Chinese
- file or text
- auto split with
nltkwhen characters exceed 5000
Installation
pip install simple-googletrans
Usage
from simple_googletrans import GoogleTrans
t = GoogleTrans()
t.translate('hello world')
t = GoogleTrans(url='translate.google.com', proxies={'https': 'https://127.0.0.1:1080'}, timeout=15)
t.translate('hello world', dest='fr')
Command Line
gtranslate "hello world!"
gtranslate README.md
gtranslate README.md -o README.cn.txt
# list all languages
gtranslate -l
# use a proxy
gtranslate --proxy 181.211.145.46:8080 README.md
# other options
gtranslate -d fr hello world
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple-googletrans-1.0.2.tar.gz.
File metadata
- Download URL: simple-googletrans-1.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
588d3f44f29eaedf0f59eeac8fa6602d61c64025598f600edfdd58dc99bdf1ac
|
|
| MD5 |
73641c960b14b82f095e4f8ee918162e
|
|
| BLAKE2b-256 |
5dd26931436dd16ea4b5b344f3262f1b90534ed3e6e615ebed6ed69f76eb4969
|
File details
Details for the file simple_googletrans-1.0.2-py3-none-any.whl.
File metadata
- Download URL: simple_googletrans-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
569a25e14f74177918fd8e45704966bc19d80e36765fe9c096bb4a95ce7aa693
|
|
| MD5 |
e436ce3e4aeebc948bca116f71ec8847
|
|
| BLAKE2b-256 |
2e4d441a833b119e25abad3e9c1a7207b109ec92e7947d0b83467af741c5693a
|