Skip to main content

This is a description

Project description

Project description

SSML is a SSML builder for Google Assistant and Amazon Alexa.

Installing

$ pip install -U ssml

Usage

For Google Assistant

  1. Create an object
from ssml import Google


g = Google()
  1. Add text to the speech
g.add_text("Hello World")
  1. Build the SSML speech
print(g.speak())

For Amazon Alexa

Yet to come...

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SSML-1.0.2.tar.gz (17.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page