Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 526 Bytes

Polly TTS basic

The aim of this project is to wrap and keep it simplest as possible Amazon's Polly API

The only dependency is the Amazon's SDK: boto3

To better understand how it works take a look at the official documentation: http://docs.aws.amazon.com/polly/latest/dg/get-started-what-next.html

Configuration:

You need to take inspiration from config_example.py and create your own config.py file.

How to use it:

>>> import polly
>>> polly.play('Hello world')

Any help (PR) is really appreciated