GitHub - ns696/VirtualAssistant: [Unmaintained] VirtualAssistant is python package which allows you to make basic Virtual Assistants.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Dec 26, 2021. It is now read-only.

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

Readme

License

MIT license

Activity

Stars

3 stars

Watchers

1 watching

Forks

1 fork