Metadata-Version: 2.1
Name: pyChatteringy
Version: 0.0.4a0
Summary: Create very simple, minimalistic Python 3 chatbots by using JSON
Home-page: https://github.com/CWKevo/pyChatteringy
Author: Kevo
Author-email: me@kevo.link
License: GPLv3
Keywords: python,python3,chatbot,bot,framework,ai,json,intents,conversation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: fuzzywuzzy


<h1 align="center">pyChatteringy</h3>

<p align="center">

  [![Status](https://img.shields.io/badge/status-active-success.svg)]() 
  [![GitHub Issues](https://img.shields.io/github/issues/CWKevo/pychatteringy.svg)](https://github.com/CWKevo/pychatteringy/issues)
  [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/CWKevo/pychatteringy.svg)](https://github.com/CWKevo/pychatteringy/pulls)
  [![License](https://img.shields.io/badge/license-GPL%203.0-blue.svg)](https://github.com/CWKevo/pychatteringy/LICENSE)

</p>

<p align="center"> Create simple chatbots by using JSON. Built with ♥ and Python
    <br/> 
</p>

## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Built Using](#built_using)
- [Authors](#authors)

## 🧐 About <a name="about"></a>
This package aims to provide users a simple way to create simple chatbots by using JSON.

## 🏁 Getting Started <a name="getting_started"></a>
TODO

<br/>

### Prerequisites
This project is in alpha/testing stage, but the bare minimum works.

<br/>

> ---
> ### Note:
> This project supports only Python 3.9.
> Python 3.6+ should work, but wasn't tested (yet - perhaps you'd like to give it a go?)
> 
> ---

<br/>

### Installing

```
$ pip install pychatteringy
```

TODO

## ⛏️ Built Using <a name="built_using"></a>
- [Python](https://www.python.org/) - Programming language

## ✍️ Authors <a name="authors"></a>
- [@CWKevo](https://github.com/CWKevo) - Main owner & maintainer

See also the list of [contributors](https://github.com/CWKevo/pyChatteringy/contributors) who participated in this project.


