A text to speak library with embedded cache system.
Project description
Say Me Something
A text to speak library with embedded cache system.
Install
pip3 install say-me-something
Using
In another script
from say_me_something import say
# say(text = None, language = "en", no_cache = False, reset = False, no_speak = False)
say("Hello")
In command line
-h, --help show this help message and exit
-t TEXT [TEXT ...], --text TEXT [TEXT ...]
Text
-l LANGUAGE, --language LANGUAGE
Language
-nc, --nocache No cache
-r, --reset Reset (removing the caches)
-ns, --nospeak No speak
say -t Hello
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
say_me_something-0.1.2.tar.gz
(3.2 kB
view hashes)