So this is what I want my code to be
engine = pyttsx3.init(\'sapi5\') text = "Hello how are you doing on this fine day today?" engine.say(text) en