Metadata-Version: 2.1
Name: ruth-TTS
Version: 0.0.2
Summary: PYTHON LIBRARY FOR RUTH-TTS
Home-page: 
Author: puratalk
Author-email: info@puretalk.ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7,<3.9
Description-Content-Type: text/markdown

## Ruth - TTS

### To convert the text to speech

```python
from ruth_tts.api import Tts
converter = Tts("eastus", 'How are you doing', "gabby")
converter.convert("file_name.wav")
```
