Skip to content

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

License

Notifications You must be signed in to change notification settings

pimuzzo/polly-tts-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages