A simple chatbot built using Python and Tkinter for the graphical user interface (GUI). It uses the NLTK library for natural language processing to respond to user input.
- Greets users with predefined responses.
- Can respond to basic questions like "How are you?".
- Responds with a default message when it doesn't understand the input.
- Python
- NLTK
- Tkinter
- Install the required libraries:
pip install nltk