Metadata-Version: 2.1
Name: alexa-reply
Version: 0.1.2
Summary: An ai python package to respond to any message suitably
Home-page: https://github.com/The-mortal-phoenix/alexa-reply
Author: Phenoxis
Author-email: 1e1qwdqwe@gmail.com
License: MIT
Description: **alexa-reply : 0.1.2**
        
        **About** : An ai python package to respond to any message suitably. 
        
        **PyPI repo** : https://pypi.org/project/alexa-reply/
        
        **Installation**: 
        ```cmd
        # from github : unstable
        
        pip install git+https://pypi.org/project/alexa-reply/
        ```
        
        ```cmd
        # from github : stable
        
        pip install alexa-reply
        ```
        
        **Example Usage**:
        ```py
        from alexa_reply import reply
        
        owner = "your name"
        
        bot =  "bot's name"
        
        message = "the message u wanna reply to"
        
        resp = reply(message, bot, owner)
        
        print(resp)```
Keywords: reply,ai,alexa,bot
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
