Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PersonalAssistant-0.0.1.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

PersonalAssistant-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page