mymemory translate for free with proxy support
Project description
mymemory-tr-free 


mymemory translate for free with proxy support
Daily quota: 10000 chars for a single IP; use a proxy to another 10000
Installation
pip install mymemory-tr-free
Validate installation
python -c "import mymemory_tr; print(mymemory_tr.__version__)"
0.0.1
Usage
from mymemory_tr import MymemoryTr
mymemory_tr = MymemoryTr().translate
mymemory_tr('test this and that')
# '测试一下'
# use a proxy per instance
proxy = 'http://127.0.0.1:8888'
mymemory_tr = MymemoryTr(proxy=proxy).translate
mymemory_tr('test this and that')
# use a proxy per request
mymemory_tr = MymemoryTr().translate
proxy = 'http://127.0.0.1:8888'
mymemory_tr('test this and that', proxy=proxy)
# source and destination can be identified by RFC3066 (ISO 639-1)
mymemory_tr = MymemoryTr(to_lang='de').translate
mymemory_tr('Test this and that and more')
# 'Testen Sie dieses und das und mehr'
# source and destination can be overriden per request
mymemory_tr = MymemoryTr(to_lang='de').translate
mymemory_tr('Test this and that and more', to_lang='fr')
# 'Testez ceci et cela et plus encore'
Acknowledgments
- Thanks to everyone whose code was used
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 mymemory-tr-free-0.0.2.tar.gz.
File metadata
- Download URL: mymemory-tr-free-0.0.2.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5e85df06727393a37c8fc008f5a1cc93e7628626bb5919b7456c5ca68747c5b
|
|
| MD5 |
66bc8fa17408c1ab86ec469bf9692379
|
|
| BLAKE2b-256 |
acf8705b16792be1d2b3fdf6a5562b56657c08ee007a0c392565e78652ba8ee7
|
File details
Details for the file mymemory_tr_free-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mymemory_tr_free-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
325a002617a0d3e47f9498cb24930572bf2c3ed83f4a0f51af659f07e1589077
|
|
| MD5 |
43c83c6786ab587245c5652e9ba8168b
|
|
| BLAKE2b-256 |
160cb236d321d1daa187698ed49ca831b80d8cf36d2bb12fb649a3716f0d941a
|