-1
I would like to create a mini application that opens a file or even another application through Speech recognition, ie I would open it and when I gave the example command:
if 'open' in command:
talk('Openning program')
# código da ação de abrir o programa
We can discard the function part of the above code, since it is already set. I would just like to know which library and which command would be for the action of opening one program from another.
I appreciate all your help!