{"id":13467619,"url":"https://github.com/OwO-Network/PyDeepLX","last_synced_at":"2025-03-26T03:30:44.831Z","repository":{"id":156580107,"uuid":"633038057","full_name":"OwO-Network/PyDeepLX","owner":"OwO-Network","description":"A Python package for unlimited DeepL translation","archived":false,"fork":false,"pushed_at":"2025-03-01T08:51:24.000Z","size":35,"stargazers_count":197,"open_issues_count":2,"forks_count":21,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-21T19:04:29.858Z","etag":null,"topics":["deepl","deeplx"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OwO-Network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["missuo"]}},"created_at":"2023-04-26T16:40:28.000Z","updated_at":"2025-03-11T18:53:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"ead9e69d-0ced-4ab3-a68f-b4cea3c1efe1","html_url":"https://github.com/OwO-Network/PyDeepLX","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwO-Network%2FPyDeepLX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwO-Network%2FPyDeepLX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwO-Network%2FPyDeepLX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OwO-Network%2FPyDeepLX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OwO-Network","download_url":"https://codeload.github.com/OwO-Network/PyDeepLX/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245584481,"owners_count":20639555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deepl","deeplx"],"created_at":"2024-07-31T15:00:58.525Z","updated_at":"2025-03-26T03:30:44.485Z","avatar_url":"https://github.com/OwO-Network.png","language":"Python","funding_links":["https://github.com/sponsors/missuo"],"categories":["Python"],"sub_categories":[],"readme":"# PyDeepLX\n\nA Python package for unlimited DeepL translation\n\n## API Version\n\n[OwO-Network/DeepLX](https://github.com/OwO-Network/DeepLX): Permanently free DeepL API written in Golang.\n\n## Description\n\nThis 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.\n\n## Usage\n\n### Install Package\n\n```bash\npip install PyDeepLX\n```\n\n### Use in code\n\n```python\nfrom PyDeepLX import PyDeepLX\n# By default, the source language is automatically recognized and translated into English without providing any alternative results.\nPyDeepLX.translate(\"你好世界\") # Return String\n\n# Specify the source and target languages\nPyDeepLX.translate(\"你好世界\", \"ZH\", \"EN\") # Return String\n\n# Need alternative results\nPyDeepLX.translate(\"毫无疑问的\", \"ZH\", \"EN\", 3) # Return List: ['Without a doubt', 'No doubt']\n\n# Print the results\nPyDeepLX.translate(\"毫无疑问的\", \"ZH\", \"EN\", 3, True)\n\n# Using proxy\nPyDeepLX.translate(text=\"毫无疑问的\", sourceLang=\"ZH\", targetLang=\"EN\", numberAlternative=0, printResult=False, proxies=\"socks5://127.0.0.1:7890\")\n```\n\n## PyPi\n\n\u003ca href=\"https://pypi.org/project/PyDeepLX/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Pypi-000000?style=for-the-badge\u0026logo=pypi\u0026logoColor=red\" /\u003e\u003c/a\u003e\n\n## Author\n\n**PyDeepLX** © [Vincent Young](https://github.com/missuo), Released under the [MIT](./LICENSE) License.\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOwO-Network%2FPyDeepLX","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOwO-Network%2FPyDeepLX","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOwO-Network%2FPyDeepLX/lists"}