mac-say 2020.12.3

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

macsay 2020.12.3

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.