A program that allows the user to convert the text he/she inputs into the program into a voice audio that is played in real time.
tkinter and pyttsx3 is required for this
install pyttsx3: pip install pyttsx3 tkinter should come pre installed with python
Just run the python file
image.png
BlockmasterPlayz