andrewp-as-is / mac-say.py

:apple: :speech_balloon: :loudspeaker: macOS tts. 'say' python interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ [sudo] pip install mac-say

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"

readme42.com

About

:apple: :speech_balloon: :loudspeaker: macOS tts. 'say' python interface

License:The Unlicense


Languages

Language:Python 100.0%