Metadata-Version: 2.1
Name: boboBot
Version: 2.3
Summary: A Dumb Chatbot, Please dont install me
Author: mjfactor
Author-email: emjayfactor@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# BoboBot

A Very Dumb chatbot, please don't install me.

## Installation
Visit: https://pypi.org/project/boboBot/

or to Install this library:
```bash
pip install boboBot
```
*run pip on your virtual envirmont lol*

## Usage
```python
from bobobotLib import chat_bot
```
call it using:
```python
chat_bot()
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)


