Text to speech Using python language
In this post i should teach you how to change Text to speech Using python programming language
Yaa, its possible to change Text to speech Using python pyttsx3 library
For this we need pyttsx3 library
for that we need to install it in terminal by using :-
pip install pyttsx3
Now lets start ,
Copy the following simple source Code :-
___________________________________
# importing pyttsx3 library
import pyttsx3
#initialization
engine = pyttsx3.init()
# testing
engine.say("Hello")
engine.say("This is Haneen the CREATE")
____________________________
SET YOUR TEXT AS IN THE FOLLOWING FORMAT
engine.say (" YOUR TEXT IS HERE ")
Thanks for your visit
---- Haneen the CREATE
Follow me on Instagram
Join in our Telegram group and channel
⬇⬇⬇⬇⬇⬇⬇⬇⬇

