Metadata-Version: 1.1
Name: dict-cli
Version: 1.2.2
Summary: 命令行下中英文翻译工具（Chinese and English translation tools in the command line）
Home-page: https://github.com/wufeifei/dict
Author: Feei
Author-email: feei@feei.cn
License: MIT
Description: ## dict
        [![GitHub release](https://img.shields.io/github/release/wufeifei/dict.svg)](https://github.com/wufeifei/dict/releases)
        [![GitHub stars](https://img.shields.io/github/stars/wufeifei/dict.svg?style=social&label=Star)](https://github.com/wufeifei/dict/stargazers)
        [![license](https://img.shields.io/github/license/wufeifei/dict.svg)](https://github.com/wufeifei/dict/blob/master/LICENSE)
        > Linux命令行下中英文互译翻译工具
        
        ## 安装(Install)
        
        ```bash
        [sudo] pip install dict-cli
        ```
        
        ## 用法(Usage)
        命令行下中英文翻译工具（Chinese and English translation tools in the command line）
        
        #### 英译中(English To Chinese)
        
        ```bash
        $ dict test
        ###################################
        #  test 测试
        #  (U: tɛst E: test)
        #
        #  n. 试验；检验
        #  vt. 试验；测试
        #  vi. 试验；测试
        #  n. (Test)人名；(英)特斯特
        #
        #  Test : 测试
        #          测验
        #          检验
        #  Test Drive : Test Drive
        #                Test Drive
        #                无限狂飙
        #  Test Engineer : 测试员
        #                   测试工程师
        #                   软件测试工程师
        ###################################
        ```
        
        ```bash
        $ dict I love you
        ################################### 
        #  I love you 我爱你
        # 
        #
        #  我爱你。
        #
        #  I love you : 我爱你
        #                ILOVEYOU蠕虫
        #                寻找伴郎
        #  I really love you : 真的爱你
        #                       其实很爱你
        #                       我是真的爱你
        #  I Do love you : 我是爱你的
        #                   真的爱你
        #                   爱你我该怎么办
        ###################################
        ```
        
        #### 中译英(Chinese To English)
        ```bash
        $ dict 测试
        ###################################
        #  测试 test
        #  (Pinyin: cè shì)
        #
        #  [试验] test
        #  measurement
        #
        #  测试 : Test
        #          test
        #          TST test
        #  集成测试 : Integration testing
        #              Test d'intégration
        #              통합 시험
        #  ANOVA测试 : Gage R&amp;R
        #             ANOVA gauge R&amp;R
        ###################################
        ```
        
        ```bash
        $ dict 我爱你
        ################################### 
        #  我爱你 I love you
        #  (Pinyin: wǒ ài nǐ)
        #
        #  I love you
        #
        #  我爱你 : I love you
        #            Ich liebe dich
        #            Wuh that I love you
        #  我也爱你 : I Love You Too
        #              And I Love You So
        #              Ik ook van jou
        #  我就爱你 : The Arrangement
        #              gou couh gyaez mwngz muengh
        #              I'll just be love you
        ################################### 
        ```
        
Keywords: Translation English2Chinese Chinese2English Command-line
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
Classifier: Topic :: System :: Distributed Computing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
