Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

Bug: Execution of program stops #59

Open Phoenix-031 opened 2 years ago

Phoenix-031 commented 2 years ago

when a command is given to open a software which is not installed the program gives a file not found error, i want to implement a check to see weather the software is installed before opening it. Please assign this to me for GSSOC 22'

Umesh-01 commented 2 years ago

Great idea, but till now we have used only few commands to open applications (using their paths). To go with this issue, you have to first develop a feature that can open all the applications using a single path (like global path). Then you can work on this feature.

Would you like to open a new issue for the same??