Metadata-Version: 1.1
Name: sayhello
Version: 0.1.1
Summary: say text on the command-line
Home-page: https://github.com/catplant/say-hello
Author: catplanet
Author-email: catplanet@qq.com
License: MIT
Description: ===============================
        sayhello
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/say_hello.svg
                :target: https://pypi.python.org/pypi/say_hello
        
        .. image:: https://api.travis-ci.org/catplant/say-hello.svg?branch=master
                :target: https://travis-ci.org/catplant/say_hello
        
        
        用法
        ----
        
        在命令行上阅读文本和文件。调用百度 TTS 语音，目前支持支持中文、美音、英音、粤语、日语、韩语、法语、西班牙语、泰语、阿拉伯语、俄语、葡萄牙语。
        
        .. code-block:: bash
        
            $ say 你好
            $ say -u hello
            $ say 黄金时代.txt
        
        
        安装
        ----
        
        .. code-block:: bash
        
            $ [sudo] pip install sayhello
        
        
        依赖
        ----
        
        * `docopt`_
        
        安装：``[sudo] pip install docopt``
            
        * `requests`_
        
        安装：``[sudo] pip install requests``
        
        * mplayer
        
        安装：``[sudo] apt-get install mplayer``
        
        
        .. _docopt: https://github.com/docopt/docopt
        .. _requests: https://github.com/kennethreitz/requests
        
        
Keywords: say command text
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Chinese (Simplified)
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
