Metadata-Version: 2.1
Name: winsay
Version: 1.1.1
Summary: say in windows
Home-page: https://github.com/sukhbinder/winsay
Author: sukhbinder
Author-email: sukh2010@yahoo.com
License: Private
Keywords: say,windows,mac,computer,speak
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pywin32
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# winsay
[![PyPI](https://img.shields.io/pypi/v/winsay.svg)](https://pypi.org/project/winsay/)
[![Changelog](https://img.shields.io/github/v/release/sukhbinder/winsay?include_prereleases&label=changelog)](https://github.com/sukhbinder/winsay/releases)
[![Tests](https://github.com/sukhbinder/winsay/workflows/Test/badge.svg)](https://github.com/sukhbinder/winsay/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/sukhbinder/winsay/blob/main/LICENSE)

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)


