Kalebu / Desktop-chatbot-app

A python knowledge-based chatbot application built with Tkinter

Home Page:https://kalebujordan.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/Kalebu/Desktop-chatbot-app
cd Desktop-chatbot-app
Desktop-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

Issues

Are you facing any issue while trying to run the code, raise one and I will be looking forward to fix it as soon as I can.

Contributions

have something to add that will improve this projects, whether a documentation or codebase just fork it.

Credits

ALl the credits to Kalebu

Where to find me ?

About

A python knowledge-based chatbot application built with Tkinter

https://kalebujordan.dev/


Languages

Language:Python 100.0%