ONUR-Voice-Assistant

A modular and expandable voice assistant


Keywords
python, text-to-speech, cache
License
MIT
Install
pip install ONUR-Voice-Assistant==0.1.8

Documentation

Say Me Something

A text to speak library with embedded cache system.

Install

pip3 install say-me-something

Using

In another script

from say_me_something import say

# say(text = None, language = "en", no_cache = False, reset = False, no_speak = False)

say("Hello")

In command line

  -h, --help            show this help message and exit
  -t TEXT [TEXT ...], --text TEXT [TEXT ...]
                        Text
  -l LANGUAGE, --language LANGUAGE
                        Language
  -nc, --nocache        No cache
  -r, --reset           Reset (removing the caches)
  -ns, --nospeak        No speak
say -t Hello