Skip to content

A python knowledge-based chatbot application built with Tkinter

Notifications You must be signed in to change notification settings

PraveenPrz/Iris_Chatbot_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This a cross-platform desktop app built with [tkinter] which simply acts like a dictionary chatbot, you can send it a message and it will return a response on what it thinks the message is by fetching it in a very large dictionary.

Getting started

To get started with this app, you might have to clone or download the repository first;

git clone https://github.com/PraveenPrz/Iris_Chatbot_App
cd Iris_Chatbot_App
Iris_Chatbot_App->

Dependencies

For Window user, there is no extra dependencies to be installed however for those in Linux or Mac sometimes Python does not come with Tkinter installed so you might have to install it manually;

sudo apt-get install python3-tk

launching

Now once installed launch it by running as you would run a normal python script and the gui for chatbot will pop up;

python app.py

launched interface

Your interface for the chatbot app will probably look like shown below;

chatbot application

About

A python knowledge-based chatbot application built with Tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages