grigi / talkey

Simple Text-To-Speech (TTS) interface library with multi-language and multi-engine support.
MIT License
24 stars 4 forks source link

Module 'talkey' has no attribute 'Talkey' #9

Open cafeman04 opened 4 years ago

cafeman04 commented 4 years ago

I was trying to run the simple sample code

import talkey

text_to_speech = talkey.Talkey()
text_to_speech.say("Hello World")

It said module 'talkey' has no attribute 'Talkey'

I don't know what possibly could've gone wrong