{"id":21498106,"url":"https://github.com/versun/easytranslator","last_synced_at":"2026-02-11T19:05:32.542Z","repository":{"id":243995448,"uuid":"807885705","full_name":"versun/easytranslator","owner":"versun","description":"A Python package for reliable text translation using multiple free engines with automatic failover.","archived":false,"fork":false,"pushed_at":"2024-06-20T02:36:11.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T20:14:54.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/easytranslator/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/versun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-05-30T01:01:33.000Z","updated_at":"2025-03-22T18:40:35.000Z","dependencies_parsed_at":"2024-11-23T16:34:40.807Z","dependency_job_id":"743334e1-796d-416f-a463-160b6e0a41f2","html_url":"https://github.com/versun/easytranslator","commit_stats":null,"previous_names":["versun/easytranslator","versun/easytranslate"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/versun/easytranslator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versun%2Feasytranslator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versun%2Feasytranslator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versun%2Feasytranslator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versun%2Feasytranslator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/versun","download_url":"https://codeload.github.com/versun/easytranslator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/versun%2Feasytranslator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29341725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T18:58:20.535Z","status":"ssl_error","status_checked_at":"2026-02-11T18:56:44.814Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-23T16:34:28.062Z","updated_at":"2026-02-11T19:05:32.524Z","avatar_url":"https://github.com/versun.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## easytranslator\n\nA Python package for reliable text translation using multiple free engines with automatic failover.\n\nCurrently, it supports the following languages:\n- English\n- Chinese Simplified\n- Chinese Traditional\n- Russian\n- Japanese\n- Korean\n- Czech\n- Danish\n- German\n- Spanish\n- French\n- Indonesian\n- Italian\n- Hungarian\n- Dutch\n- Polish\n- Portuguese\n- Swedish\n- Turkish\n\n\nInstallation\n-----------\n1. Install: `pip install easytranslator`\n1. Translate a text:\n    ```\n    from easytranslator import EasyTranslator\n\n    et = EasyTranslator()\n    results = et.translate(\n        text=\"Hello, world!\", \n        dest_lang=\"Chinese Simplified\", \n        src_lang=\"auto\", \n        proxies=[])\n    print(results) \n    '''\n    {\n        \"translated_text\": \"你好，世界！\",\n        \"status\": \"success\",\n    }\n    '''\n    ```\n1. More details can be found in the [main.py](/easytranslator/main.py) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fversun%2Feasytranslator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fversun%2Feasytranslator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fversun%2Feasytranslator/lists"}