Metadata-Version: 2.1
Name: text-to-speech
Version: 1.0.0
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 foldery
        ```
        
        ## 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
