Metadata-Version: 1.1
Name: AthenaVoice
Version: 1.0.0b1
Summary: Your personal voice assistant
Home-page: https://github.com/athena-voice/athena-voice-client
Author: Athena Voice
Author-email: rcbyron3@gmail.com
License: GPLv3
Description: Athena Voice - Your personal voice assistant.

        

        * Requires a decent microphone

        * Must install PyAudio separately

        * Must install AVbin.dll separately

        * Tested on Python 3.4

        

        

        Usage Examples:

        >>> import athena.brain

        

        "Athena"

        *(double beep)*

        "What's the weather like at DFW?"

        *(responds with weather info)*

        

        "Athena"

        *(double beep)*

        "What is the price of bitcoin right now?"

        *(responds with the current bitcoin price)*

        

        Common Errors:

        Error: "no module named athena"

        Fix: Make sure the athena project directory is in your PYTHONPATH

        

        Error: "AVbin is required to decode compressed media"

        Fix: Pyglet needs the avbin.dll file to be installed. On Windows, sometimes the file is wrongfully placed in System32 instead of SysWOW64.

        
Keywords: athena voice assistant development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
