Metadata-Version: 2.4
Name: Chillax
Version: 0.0.3
Summary: A python package suitable for vibecoders where every function call is mapped to a Gemini API call.
Author: Your Name
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: google-generativeai>=0.5.0
Requires-Dist: python-dotenv>=1.0.0
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Chillax 😎

**Chillax** is a fun and playful Python package where **any function you call automatically gets mapped to an AI call**.  
Instead of implementing logic yourself, Chillax forwards your function calls to **Google Gemini AI**, and returns the response.  

This is made as a fun package, so that whenever you are stuck with implementng the logic, you could just ask AI for the answer in between 

---

## 🔹 Installation

You can install Chillax via pip:

```bash
pip install chillax

---

## 🔹 .env file

you can create a .env file in your project file and setup the api key

CHILLAX_API_KEY=your-gemini-api-key

