Skip to main content

A Python package for unlimited DeepL translation

Project description

PyDeepLX

A Python package for unlimited DeepL translation

API Version

OwO-Network/DeepLX: Permanently free DeepL API written in Golang.

Description

This is a Python package for DeepL translation, I didn't limit the number of translations in the code, if there is a 429 error, it means your IP has been blocked by DeepL temporarily, please don't request it frequently in a short time.

Usage

Install Package

pip install PyDeepLX

Use in code

from PyDeepLX import PyDeepLX
# By default, the source language is automatically recognized and translated into English without providing any alternative results.
PyDeepLX.translate("你好世界") # Return String

# Specify the source and target languages
PyDeepLX.translate("你好世界", "ZH", "EN") # Return String

# Need alternative results
PyDeepLX.translate("毫无疑问的", "ZH", "EN", 3) # Return List: ['Without a doubt', 'No doubt']

# Print the results
PyDeepLX.translate("毫无疑问的", "ZH", "EN", 3, True)

# Using proxy
PyDeepLX.translate(text="毫无疑问的", sourceLang="ZH", targetLang="EN", numberAlternative=0, printResult=False, proxies="socks5://127.0.0.1:7890")

PyPi

Author

PyDeepLX © Vincent Young, Released under the MIT License.

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

PyDeepLX-1.0.7.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

PyDeepLX-1.0.7-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

Details for the file PyDeepLX-1.0.7.tar.gz.

File metadata

  • Download URL: PyDeepLX-1.0.7.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for PyDeepLX-1.0.7.tar.gz
Algorithm Hash digest
SHA256 081a798b25ba8d431ae144387441ac8518f8e9e88db7d72376aafaad82e8a114
MD5 4f9a9105a8d38bb82cec509025c1767e
BLAKE2b-256 8a4135da8485b3966d93f68d5270f054247b4bf0db2082199c5a013e1067ea26

See more details on using hashes here.

File details

Details for the file PyDeepLX-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: PyDeepLX-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 4.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.18

File hashes

Hashes for PyDeepLX-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4f82a25e6376c30d513e2cd4875a4158d41be0974efdf1a34540e9c25b876708
MD5 010c9e17d0f19cb0a87a6ebf9a6fdf21
BLAKE2b-256 3bb750a7f80988a0d16f34e6e89bd827681e8f2dc9711c69806e6af2774c5dd0

See more details on using hashes here.

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