# pywhatkit

spepy is an Python library for offline text to speech conversion. This library is for windows only.

## Installation

```bash
pip install spepy
```

## Usage


```python
import spepy

spepy.speak(string) #Will speak the following string

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)