VirtualAssistant is a python package that allows user to make simple Virtual Assistants with already defined commands with only one import.
Project description
VirtualAssistant
The main package code is in VirtualAssistant directory
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
docs
still under devlopment
Licence
Distributed under the MIT License. See LICENCE for more information..
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file VirtualAssistant-0.0.3.tar.gz.
File metadata
- Download URL: VirtualAssistant-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4fd03118b46677127f43ecf20701d465c1b79f06d610e509dcea886746e7fc8
|
|
| MD5 |
496d6f723b73522151f322405c2bd54a
|
|
| BLAKE2b-256 |
952a3197d5df4a6c79a45dcf7df81059a20a8ba86529923a0a29f66469db15f7
|
File details
Details for the file VirtualAssistant-0.0.3-py3-none-any.whl.
File metadata
- Download URL: VirtualAssistant-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d64125871d5d9d2d7dd04735aadca87a33ddb5000e72f9a5005fbc62430313
|
|
| MD5 |
cda5848d371b86fe465caf27befedd2c
|
|
| BLAKE2b-256 |
d3f997ca318639a8d47fd0f50ffb8292357457ec421c7c61d14999bb654b67fd
|