Hello Devs,
It's me Dave again......
In these days it's tough to get free time because of the stress in work from home and we can't read stories or books we love....
To get rid of that problem we are going to create a really simple console based Text to Speech Converter
Requirements: -
1) Python, of course
2) pyttsx3 package
You can install it via pip install pyttsx3
import pyttsx3
while True:
thetext = input("Please enter the text you wish: \n")
pyttsx3.speak(thetext)
This is really simple console based app
Feel free to give feedback in the comments below...
Contact: davidjeremiah050708@gmail.com
Discord: DJ050708#7940
Thank You
Top comments (0)