Metadata-Version: 1.0
Name: yd
Version: 1.3.3
Summary: A terminal bilingual dictionary
Home-page: https://github.com/wierton/dict
Author: wierton
Author-email: nickouxianfei@gmail.com
License: UNKNOWN
Description: # yd
        
        * introduction
         * A terminal bilingual dictionary by youdao API
        * features
         * soundmark, definition, example sentence for English word
         * pinyin and bilingual example sentence for chinese word
        
        ### Install
        	sudo pip install yd
        
        ### Help
        ```
        Input[0]:
        yd --help
        
        Output[1]:
        yd [options] word
        
        -h, --help              display the help and exit
        -v, --version           output version information and exit
        -o, --output=filename   output cached word to file
        --reset                 reset to initial state
        ```
        
        ### Examples
        ![](ex.png)
        
        ### Thanks to the idea of Flowerowl's work <https://github.com/Flowerowl/ici>
        
Platform: UNKNOWN
