Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 377 Bytes

-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