Posts by Winkll • 13 points
2 posts
-
0
votes1
answer75
viewsA: ERROR STARTING . EXE PYTHON
Friend you can try before you create the program, create a folder called "Lib" in the root folder of your project and drag the libraries that your program uses inside. the libraries in windows are…
-
0
votes1
answer68
viewsQ: Is there any way to get Speechrecognition{python} to wait until the user speaks?
I am making a program that will return me a response according to what I tell him, for that I used the Speechrecognition library to take what I say and pass as parameter, only that I realized that…