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
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
seletrans-0.3.4.tar.gz
(9.3 kB
view hashes)
Built Distribution
seletrans-0.3.4-py3-none-any.whl
(11.8 kB
view hashes)
Close
Hashes for seletrans-0.3.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4ba57a64f3ca396d33c6a0edb3bed275343631ac5e949fef307ae166fc233c5 |
|
MD5 | 33d6af6600da63e07a477a0bfc69851d |
|
BLAKE2b-256 | 89f5d2da3b1c3300044ff8007548d26da81498b21104077921d1cf858cbfe010 |