Skip to main content

a simple command line translation tool based on sougou api

Project description

基于python 的命令行下中英文翻译工具,使用搜狗翻译api

pip 安装

$ pip install sougou-cli

源码安装

$ git clone https://github.com/Gaterny/sougou-cli.git
$ cd sougou-cli
$ pip install -r requirements.txt
$ python setup.py install

使用

$ sg -h
usage: sg [-h] [-v] [word [word ...]]

the usage of Sougou-Dict command line

positional arguments:
  word           word or phrase you want to translate

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show current version

查询单词

$ sg beautiful

基本释义:
        >>> beautiful: 美丽的 <<<

查询句子

$ sg where there is a will, there is a way!

基本释义:
        >>> where there is a will, there is a way!: 有志者事竟成! <<<

中文翻译

$ sg 我不爱吃鸡排饭
基本释义:
        >>> 我不爱吃鸡排饭: I don't like chicken steak <<<

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

sougou_cli-1.0.0-py3-none-any.whl (4.5 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