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
- Create an object
from SSML import Google
g = Google()
- Add text to the speech
g.add_text("Hello World")
- Build the SSML speech
print(g.speak())
For Amazon Alexa
Yet to come...
Links
- Documentation: yet to come !!
- PyPI Releases:
- Source Code:
- Issue Tracker:
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.8.tar.gz
(17.4 kB
view details)
File details
Details for the file SSML-1.0.8.tar.gz.
File metadata
- Download URL: SSML-1.0.8.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a11176ad22e9310c34ebbb9f06b0e2809b14e7a6d7b2bcb6f4224e331cd5b6ff
|
|
| MD5 |
52db4150df8c42eb9cf2df13cbe6cd82
|
|
| BLAKE2b-256 |
c7db4109700ca2322c5725f918d5ce57b1a15c07019eb9c21541ccfa7258c68d
|