GitHub - ERASTUSG/VirtualAssistant: VirtualAssistant is python package which allows you to make basic Virtual Assistants.

downloads :-

weekly - Downloads

monthly - Downloads

total - Downloads

The main package code is in VirtualAssistant directory

pypi link:-

https://pypi.org/project/VirtualAssistant

The emails of author:-

Naman Sharma - namansharma232009@gmail.com

email of contributer:-

Devansh sareen - devanshsareen@gmail.com

Download VirtualAssistant for python

pip install VirtualAssistant

base of code

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

Examples can be found at examples directory Extra examples can be found here

docs

still under devlopment

Licence

Distributed under the MIT License. See LICENCE for more information..