Metadata-Version: 2.4
Name: anwin_ai_helpers
Version: 0.0.2
Summary: AI-powered library using Gemini API
Home-page: https://github.com/guess-watt/anwin_ai_helpers
Author: Anwin Jojo
Author-email: anwinasprogramer@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# anwin_ai_helpers

Python library for AI-powered tasks using Gemini API.

## Installation
```bash
pip install anwin_ai_helpers


from anwin_ai_helpers import GeminiAI

ai = GeminiAI(api_key="YOUR_GEMINI_API_KEY")

response = ai.get_response("Hello AI!")
print(ai.format_response(response))



---

# **6️⃣ Steps to Build the Library**

1. Open terminal in **project root** (where `setup.py` is):

```bash
cd path_to/anwin_ai_helpers
