I am working on this project and its simply a desktop Assistant I am using speech recognition and pyttsx3 but the speech recognition is not working after the try nothing is executing it just jumps to except and passes can someone tell me why? and how I can fix it edit: I tried to install pyaudio but it won’t let
Tag: pyttsx3
How to make a part of a code go in loop without duplicate the code in Python
I’m using pyttsx3 to make a talking bot . and it work but if I want the code to repeat the operation when ever its end I mean if I typed something and got the respond I will get another “type something” input without duplicate the code like this i tried making a loop but didn’t work So its going
How to start an mp4 file in python speech recognizer?
I am creating a python voice assistant referring from a youtube tutorial. Unfortunately, the video creator has a windows os. So he uses startfile from OS module. But this is not working in ubuntu. Here is the code that the video maker used: But this didn’t work out for me, so I used this one: Still, this code too shows