Text to voice in python Post author:admin Post published:January 26, 2019 Post category:Python Post comments:0 Comments # for converting your text into voice you need to install win32com library and there are many more libraries for this purpose like gtt etc.import win32com.client as wincl speak=wincl.Dispatch("SAPI.SpVoice") speak.Speak("Hello World") Tags: python libraries, python programms, text to voice in python Read more articles Next PostNumpy In Python You Might Also Like Basic Concepts In Python November 13, 2018 Python For Loop January 18, 2019 Probability Calculation – July 3, 2019 Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.