#TextToSpeech #Python #Programming
Hello Guys,
In this video, I am going to show you that how you can convert Text To Speech in Python using the pywin32 ( install it using 'pip install pywin32' ) module and win32com.client. Below is the code in the video
def speak(str):
from win32com.client import Dispatch
speak = Dispatch("SAPI.SpVoice")
speak.Speak(str)
IDE Used : PyCharm by JetBrains
Installation Tutorial : https://www.youtube.com/watch?v=8ThZEoxlutE
Download PyCharm : https://www.jetbrains.com/pycharm/dow...
Follow me on Instagram : https://www.instagram.com/ri5h46h/
Follow me on Twitter : https://twitter.com/explorishabh/
Email - [email protected]
|| Thanks for watching my video, stay tuned for more videos ||
Download
0 formats
No download links available.
How to convert Text to Speech in Python using win32com.client | Python Tutorials | NatokHD