Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

ns23k/VirtualAssistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualAssistant

[Unmaintained]

downloads :-

weekly - Downloads

monthly - Downloads

total - Downloads

pypi link:-

https://pypi.org/project/VirtualAssistant

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

Licence

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages