Skip to content

onuratakan/say_me_something

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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