Skip to content

anal96/chatbot-using-tkinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Chatbot using Tkinter

This is a simple chatbot application built using Python and Tkinter for the graphical user interface. The chatbot responds to user input with predefined responses and demonstrates basic GUI handling with Tkinter.

Features

  • Simple and intuitive GUI: Built using Tkinter.
  • Basic conversational abilities: Predefined responses for user inputs.
  • Customizable: Easy to modify responses and improve functionality.

Requirements

  • Python 3.x
  • Tkinter (usually included with Python installations)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/python-tkinter-chatbot.git
    cd python-tkinter-chatbot
    

Usage Start the application by running chatbot.py. Type a message in the input field and press "Enter" or click "Send". The chatbot will respond with a predefined message.

Customization Modify responses: Update the get_response function to add more complex logic or connect to an AI service. GUI Customization: Modify Tkinter components to change the look and feel of the chatbot. Contributing If you'd like to contribute, feel free to fork the repository and submit a pull request.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages