Metadata-Version: 2.1
Name: wired-tts
Version: 0.2.0
Summary: "gTTS based Wired story reader."
Home-page: https://gitlab.com/toopy/wired-tts
Author: Florent Pigout
Author-email: florent@toopy.org
License: MIT
Description: Wired Text To Speech
        ====================
        
        gTTS based Wired story reader.
        
        
        Install
        -------
        
        Just `pip install` as follow:
        
        .. code:: bash
        
            $ pip install wired-tts
        
        
        Usage
        -----
        
        Just call it with your article url as follow:
        
        .. code:: bash
        
            $ wired-tts https://www.wired.com/story/tezos-blockchain-love-story-horror-story/
        
        
        Hacking the CLI allows you to choose the lang option as follow:
        
        .. code:: bash
        
            $ wired-tts -l "fr-FR" https://usbeketrica.com/article/facebook-face-au-defi-de-la-moderation-des-contenus
        
        
        License
        -------
        
        MIT License
        
Keywords: wired,tts
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: release
