Metadata-Version: 2.4
Name: toolkitmad
Version: 0.1.2
Summary: Gemini RAG CLI for BMSCE Mobile Application Development lab programs
Author: BMSCE MAD Lab
License-Expression: MIT
Keywords: android,kotlin,mad,bmsce,gemini,lab
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-genai>=1.0.0
Requires-Dist: sentence-transformers>=2.2.0
Requires-Dist: numpy>=1.21
Dynamic: license-file

# toolkitmad

Gemini RAG CLI for BMSCE Mobile Application Development lab programs.

## Install

```bash
pip install toolkitmad
```

## Setup

```bash
toolkitmad --set-key YOUR_GEMINI_API_KEY
```

## Usage

```bash
toolkitmad "give code for checkbox"
toolkitmad "how to use intents in android"
toolkitmad --sources "timepicker example"
```
