A simple terminal-based chatbot built in Python using Google Gemini via the google-generativeai library.
This script lets you chat with Gemini directly in your terminal.
- Interactive chat with Google Gemini
- Runs entirely in your terminal
- Simple Python implementation
- Type
"exit"anytime to quit
python app.py- Clone this repository:
git clone https://github.com/YOUR_USERNAME/gemini-terminal-chatbot.git cd gemini-terminal-chatbot
pip install google-generativeai-> Go to Google AI Studio
-> Sign in with your Google account.
-> Create a new API key under "Get API Key".
-> Copy the key and paste it into the script: