Metadata-Version: 2.1
Name: winsay
Version: 1.1
Summary: say in windows
Home-page: https://github.com/sukhbinder/winsay
Author: sukhbinder
Author-email: sukh2010@yahoo.com
License: Private
Description: # winsay
        Say command in windows
        
        ```
        say -h
        usage: say [-h] [-i INPUT] [text [text ...]]
        
        Say in windows
        
        positional arguments:
          text                  sentence to speak
        
        optional arguments:
          -h, --help            show this help message and exit
          -i INPUT, --input INPUT
                                Text File to speak
        ```
        
        
        ### Back Story
        
        Read the backstory for this project [here](https://sukhbinder.wordpress.com/2020/09/30/winsay/)
        
        # Install
        pip install winsay
        
        
        # Demo
        
        [![Check a demo](https://raw.githubusercontent.com/sukhbinder/winsay/master/img/youtube.png)](https://youtu.be/dZaV5MtG3n4)
        
        
        
Keywords: say,windows,mac,computer,speak
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
