Socket
Book a DemoInstallSign in
Socket

bing-translation-for-python

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bing-translation-for-python

Bing translation for python

pipPyPI
Version
3.1.0
Maintainers
1

Bing Translation For Python

如何安装:

$ pip install bing-translation-for-python

快速上手:

完整文档 Under construction

示例:

这个示例演示了如何将任意一种语言转换为英文

hello.py:

from bing_translation_for_python import Translator
print(Translator('en').translator('你好'))

运行 hello.py

in  $ python ./hello.py
out $ hello.

附加组件[终端翻译工具]

这是一个在你的终端中的快速翻译小工具

安装

$ pip install bing-terminal-translator

项目地址

bing-termina-translator

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts