Skip to main content

Translate phase using selenium.

Project description

SeleTrans

Translate phase using selenium. And you can also play the sound of the phase you are querying.

Currently support Baidu, DeepL and Google.

Usage

from seletrans.api import *

with Google() as ts:
    res = ts.query("book", target="zh-CN")
    print(res.result)
    print(res.dict_result)
    res.play_sound()

Check the test case for more information, or run it yourself to see the results.

Explain

Why use selenium? Why not use requests?

Although selenium is slower than requests, it is more convenient to adapt when API changes.

Notice

On the mac, you have to run /Applications/Python 3.10/Install Certificates.command to avoid

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>

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

seletrans-0.4.1.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

seletrans-0.4.1-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

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