Skip to content

Based on Python, Tkinter, and sqlite3, this is a rule based chatbot designed to interact with the messages, it also uses sqlite3 to store usernames and passwords of induvidual users to implement login and signup feature.

Notifications You must be signed in to change notification settings

hakpk5/Rule-Based-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rule Based Chatbot

A rule based simple chatbot designed on the motivation of handling customers in a real world, mostly you can't hire a bunch a people to respond to every queries that customer might ask, so we have chatbot for common FAQs.

At a glance.

Start screen

Start screen

Start screen

Built with:

  1. Python
  2. Sqlite3
  3. Tkinter
How to run?
  1. git clone https://github.com/hakpk5/Rule-Based-Chatbot.git
  2. Run database.py, and then run main.py
Things to have beforehand.
  1. Install python3 or above
  2. Intall tkinter
  3. Install sqlite3

About

Based on Python, Tkinter, and sqlite3, this is a rule based chatbot designed to interact with the messages, it also uses sqlite3 to store usernames and passwords of induvidual users to implement login and signup feature.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages