Metadata-Version: 2.4
Name: clipgroq
Version: 0.1.0
Summary: Copy any text and get an instant one-line answer from Groq in a popup.
Author: Gurru Sudharsan
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/clipgroq
Keywords: clipboard,groq,llm,popup,agent,productivity
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: groq>=0.9.0
Requires-Dist: pyperclip>=1.8.0

# clipgroq

Copy any text → get an instant one-line answer from Groq in a popup.

## Install

```bash
pip install clipgroq
```

## Usage

```bash
clipgroq --key YOUR_GROQ_API_KEY
```

Get a free API key at [console.groq.com](https://console.groq.com).

## How it works

- Monitors your clipboard every 500ms
- When you copy any text (3+ characters), it sends it to Groq (`llama-3.3-70b-versatile`)
- A dark centered popup appears with a one-line answer
- Popup auto-closes after 2 seconds — or click anywhere to dismiss early

## Requirements

- Windows (uses tkinter for the popup)
- Python 3.9+

## License

MIT
