Metadata-Version: 2.4
Name: terminal-gemini-cli
Version: 0.1.1
Summary: A simple CLI for chatting with Google Gemini from your terminal
Author-email: Mandar Wagh <mandarwagh90@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests

# Terminal Gemini CLI

A simple command-line interface (CLI) for chatting with **Google Gemini** directly from your terminal.

## 🚀 Features
- Chat with Gemini from your terminal
- Lightweight & fast
- Works across Linux, macOS, and Windows
- Easy to install as a Python package

## 📦 Installation

First, clone the repo and build:

```bash
git clone https://github.com/yourusername/terminal-gemini.git
cd terminal-gemini
pip install build
python -m build
pip install dist/*.whl
