🤖 Gemini Chatbot (Tkinter + Python) A simple desktop chatbot built with Python Tkinter and Google Gemini API. This app lets you chat with Gemini in a clean GUI window.
✨ Features • 🖥️ GUI interface with Tkinter • 💬 Chat window for conversations • ⌨️ Input box + Enter key support • ⚡ Powered by Gemini 2.0 Flash for fast AI responses
🚀 Setup Instructions
- Clone the repo git clone https://github.com/your-username/gemini-chatbot.git cd gemini-chatbot
- Install dependencies pip install google-generativeai
- Add your Gemini API key Replace "YOUR_GOOGLE_API_KEY" in the code with your actual API key. Get a free API key from: Google AI Studio
- Run the app python app.py
🛠️ Technologies Used • Python 🐍 • Tkinter 🎨 • Google Gemini API 🤖
📜 License This project is licensed under the MIT License.