Metadata-Version: 2.1
Name: morning-assistant
Version: 0.1
Summary: Have a virtual assistant deliver you local weather and world news on demand!
Home-page: https://gadhagod.github.io/morning-assistant
Author: Aarav Borthakur
Author-email: gadhaguy13@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: bbc-feeds
Requires-Dist: gTTS

# morning-assistant
Have a virtual assistant deliver you local weather and world news on demand!

### Setup
Install the CLI:

    pip3 install morning-assistant

Setup your preferences:

    export NAME='{your name}'
    export CITY='{your city}'

### Usage
Run `assistant`. On run, you'll get weather in your city and news spoken to you!

**Note**: Macs only.

