A package for starting you assistant using python
Project description
PersonalAssistant
A module for making a voice assistant Quick start guide:
import PersonalAssistant
# Get your news api key on newsapi website. And give your api key in the parameter 'news_api_key'
# Disbale less secure apps in your gmail
ass = PersoanlAssistant.Assistant(
name='Jarvis', # Name of your assistant
voice=0,
news_api_key='your-news-api-key', # Your news api key
your_google_pass='your-gmail-password', # You email password
your_google_email='your-gmail-email', # Your email
)
ass.start # Starts your assistant
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 PersonalAssistant-0.0.1.tar.gz.
File metadata
- Download URL: PersonalAssistant-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.7.0 requests/2.21.0 setuptools/43.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.4.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4897b0d25d22bbbaa3ca8cdb57d61deb9711ff727c117f6f7881dd28cd63b73
|
|
| MD5 |
d2b04da19337d99374d618672d6b698c
|
|
| BLAKE2b-256 |
070a507eca73feca56d6862913874622c06f8a8dde55aa3673683aaabf702352
|
File details
Details for the file PersonalAssistant-0.0.1-py3-none-any.whl.
File metadata
- Download URL: PersonalAssistant-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.7.0 requests/2.21.0 setuptools/43.0.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.4.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15b6d9b46cd94b3bdaeef47f2dbba94ea51ee614c1f865905b0543e373702345
|
|
| MD5 |
8cdf91c75eb691febcb33df6eb1dec16
|
|
| BLAKE2b-256 |
e8614c7f957afceed8a47f0f49081ba043facd014ac908eca2bee3414bf07dba
|