Skip to main content

macOS tts. 'say' python interface

Project description

Installation

$ [sudo] pip install mac-say

Functions

function __doc__
mac_say.say(args, background=False) run say with given args
mac_say.voices(lang=None) return a list of installed voices (name, lang, description)
mac_say.gtts.mp3(lang, string) create .mp3 file (if cache not exists) and return path
mac_say.gtts.say(lang, string) creare .mp3 file and play it with afplay

Executable modules

usage __doc__
python -m mac_say.gtts lang strings ... create . mp3 file with Google Text-to-Speech and play it with afplay

Examples

>>> import mac_say
>>> mac_say.say("hello world")
>>> mac_say.say(["-f","file.txt","-v","Alex"])

voices list

>>> mac_say.voices("en")
[('Alex', 'en_US', 'Most people recognize me by my voice.'), ...]

background - add background=True

>>> mac_say.say("hello world",background=True)

Google Text-To-Speech

>>> mac_say.gtts.mp3("en","hello world")
/Users/username/Library/Caches/say/<hash>.mp3

>>> mac_say.gtts.say("en","hello world")
$ python -m mac_say.gtts "en" "hello world"

python-readme-generator

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

mac-say-2019.4.13.tar.gz (2.4 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