for some reason i cannot save the output to a file, and i've not found the solution :/ The program ends without errors though no file is saved. I'm on windows
I can't figure out how to get a list of available voices... i can't run the text in my notepad++ like you are doing with your paid program. How would i go about it?
Pretty new to coding I've done step by step what you have done and cannot seem to figure out why I keep getting the following error. import pyttsx3 ModuleNotFoundError: No module named 'pyttsx3' Any help would be appreciated
do you know how to get the windows voice? Microsoft David Desktop - English (United States): (None) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\TTS_MS_EN-US_DAVID_11.0]?
Thank So much! very very good!
2 years later now, is it possible to get a realistic human sounding voice somehow?
you have imported pyttsx3 and your code is 30 lines? idk what i'm not getting here
for some reason i cannot save the output to a file, and i've not found the solution :/
The program ends without errors though no file is saved.
I'm on windows
if you find out I would love to know, im deep in a rabbit hole rn
@@calendarman-nb2db spoiler, it’s not implemented so I changed the plans 😅
You neeed to add True to the last line to set the save parameter to True
tts.text_to_speech('Hello there! I am Pythonize!', True)
I can't figure out how to get a list of available voices... i can't run the text in my notepad++ like you are doing with your paid program. How would i go about it?
My paid program is free
Pretty new to coding I've done step by step what you have done and cannot seem to figure out why I keep getting the following error.
import pyttsx3
ModuleNotFoundError: No module named 'pyttsx3'
Any help would be appreciated
The module needs to be installed through the command line or the Package installer if you’re using VS 2022
Did you 'pip install pyttsx3' in the terminal at first?
ok
Nice 👌
do you know how to get the windows voice? Microsoft David Desktop - English (United States): (None) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\TTS_MS_EN-US_DAVID_11.0]?