[Unmaintained]
https://pypi.org/project/VirtualAssistant
pip install VirtualAssistant
import VirtualAssistant as va
#base structure of code
if __name__ == '__main__':
va.wishme() #this will wish you
while True:
query = va.takecommand()
#all other code
Examples can be found at examples directory
Distributed under the MIT License. See LICENCE for more information..