A simple Python tool that enables you to interact with Gemini AI through your terminal. This tool leverages the Gemini API, making it easy to have powerful AI-driven conversations directly from your command line.
- Chat with Gemini AI directly from the terminal.
- Seamlessly interact with the Gemini API for a wide range of queries and tasks.
- Simple and user-friendly interface for terminal-based AI communication.
Before you start, ensure that you have the following prerequisites installed:
- Python 3.6 or higher
pip(Python package installer)- Gemini API key
- Clone the repository:
git clone https://github.com/Whitfrost21/Termit.git cd Termit pip install -r requirements.txt pip install .
- Set up the API key:
APIKEY="your_api_key"
termitexit
# type "exit" to end the chat
