Metadata-Version: 1.1
Name: ssearch
Version: 0.0.3
Summary: sougo translate cli tool
Home-page: https://github.com/xyok/ssearch.git
Author: xyok
Author-email: xy___ok@163.com
License: MIT
Description: # ssearch
        
        v0.0.3
        
        命令行单词搜索工具
        
        
        feature:
        
        - 目前使用搜狗翻译
        
        todo：
        
        - 单词音频播放 
        - 搜索引擎切换
        
        ## install
        
        ```shell
        pip install ssearch
        ```
        
        ## usage
        
        ```
        usage: s [-h] [-e E [E ...]] [text]
        
        search tool
        
        positional arguments:
          text          search content
        
        optional arguments:
          -h, --help    show this help message and exit
          
        ```
        
        ## example
        
        ```
        (py3) ➜ s search
        
              text : search
               dit : 搜索
                uk : səːtʃ
               usa : sərtʃ
                v. : 查找，搜寻
                n. : 查找；搜寻
        ```
        
        
Keywords: cli,translate,chinese
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
