Skip to content

VirtualAssistant is python package which allows you to make basic Virtual Assistants.

License

Notifications You must be signed in to change notification settings

ERASTUSG/VirtualAssistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualAssistant

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..

About

VirtualAssistant is python package which allows you to make basic Virtual Assistants.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%