Skip to content
Advertisement

Tag: pyttsx3

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

Advertisement