An open API service indexing awesome lists of open source software.

https://github.com/juancarlosjr97/rivescript-tkinter-chatbot-poc


https://github.com/juancarlosjr97/rivescript-tkinter-chatbot-poc

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Chatbot Rivescript Tkinter

This project is a fork from Hugo Chatbot using RiveScript and Tkinter

### Installation

```bash
ptyhon -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

#### Start

```bash
python chat.py
```