Desktop-chatbot-app
Desktop-chatbot-app copied to clipboard
A python knowledge-based chatbot application built with Tkinter
Knowledge based chatbot
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;

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