Metadata-Version: 2.1
Name: CHATB0Tv2
Version: 1.0
Summary: A Chatbot
Home-page: UNKNOWN
Author: myspacebarbroke
Author-email: notmyrealemail@gmail.com
License: UNKNOWN
Keywords: chatbot
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: CHATB0T100

A easy to use chatbot package. Example: 
```py
from CHATB0Tv2 import Chatbot
while True:
    WhatYouWantToSay = input(">>> ")
    chatbot = Chatbot(WhatYouWantToSay)
    print(chatbot.response())

```


