macOS tts. say python interface
Project description
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"
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
mac-say-2020.12.3.tar.gz
(2.2 kB
view details)
File details
Details for the file mac-say-2020.12.3.tar.gz
.
File metadata
- Download URL: mac-say-2020.12.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2c7a7e692bccc789592c5b98162ea95535d110a54d102c8307fcf01024852d |
|
MD5 | 8915d77a0bf38294c71a33237dcd63f6 |
|
BLAKE2b-256 | 8c45acc16c9f1be881de64d7efa671ebf40479fd3b3df11113439f16cacd5d4a |