Skip to content

ganeshkavhar/Chatbot-in-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

-Chatbot-in-Python-

Python Chatbot ๐Ÿ‡ฎ๐Ÿ‡ณ

Require Modules

๐Ÿ’ป json

๐Ÿ’ป jdifflib

๐Ÿ’ป jtkinter

Import Modules

import json

from difflib import get_close_matches

from tkinter import Tk, Label, Entry, Button, Text, Scrollbar,Frame

UI Screen :

image