Skip to main content

extend macOS speech commands

Project description

Installation

$ [sudo] pip install mac-speech-commands

Examples

russian minutes plural:

import mac_speech_commands
import plural_ru

def ru_minutes(value):
    return "%s %s" % (value.replace("1","одну"),plural_ru.ru(int(value),['минуту','минуты','минут']))

text="... длится [[ru:minutes 10]]"
functions = {"ru:minutes":ru_minutes}

mac_speech_commands.replace(text,functions)

readme42.com

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-speech-commands-2020.12.3.tar.gz (1.6 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