ai-supporter

Ai supporter


License
MIT
Install
pip install ai-supporter==0.0.1

Documentation

ai-supporter

https://pypi.org/project/ai-supporter

pip install ai-supporter
from ai_supporter.tts import tts

text = "this is text"
file = "speak.mp3"
tts(text, file)
from ai_supporter.tts import speak

text = "this is text"
speak(text)