This is a simple desktop assitant using python. Basically it has three parts
-
Take audio input from user and convert it into string.
-
Perform action using given input.
a) Search some keyword in the string using multiple if else condition.
b) If those keyword is present in the string then perform corresponding action.
-
Convert output string(if any) to audio.