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
You need to take inspiration from config_example.py
and create your own config.py
file.
>>> import polly
>>> polly.play('Hello world')
Any help (PR) is really appreciated