Metadata-Version: 2.1
Name: text_to_speech
Version: 1.0.2
Summary: A python package that says something of your choice
Home-page: https://github.com/dewittethomas/text-to-speech
Author: Thomas Dewitte
Author-email: thomasdewittecontact@gmail.com
License: MIT
Description: # text-to-speech
        A python package that says something of your choice
        
        ## Installation
        To install the package run this command:
        
        ```bash
          pip install text-to-speech
        ```
        
        ## Usage
        
        ### Speak
        
        ```python
        speak("text")
        ```
        
        Demo:
        
        ```python
        import text_to_speech as speech
        
        speech.speak("text")
        ```
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
