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

Latest commit

 

History

History
36 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.09 KB

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