A simple DeepL Translation command line program written in Python that does not require key.
一个使用 Python
编写、无需 auth_key 的 DeepL 翻译命令行工具。
Default is to translate text to Chinese
. If no source language is specified, it will autodetect the source language.
python3 deepL.py good
python3 deepL.py 优雅 -t en
python3 deepL.py heel
python3 deepL.py heel -s en -t zh
python3 deepL.py My heart is slightly larger than the whole universe.
Note
⚠️ : Sometimes the request fails because the same IP is requested too many times...😓