A Python package for vibecoders.
Project description
Chillax 💤
Chillax is a lightweight Python wrapper for Gemini’s API that lets you call AI directly inside your code. Whenever you hit a wall and can’t implement logic on the spot, just ask AI and get the answer instantly(vibe coding supremcay).
🚀 Features
- Simple API configuration
- Extendable for your own chill functions
- sort, translate, summation, summarize, reverse etc. (You name it)
- Minimal, lightweight, and beginner-friendly
📦 Installation
pip install chillax
⚡Quick Start - Procedure
from chillax import chillax
# Set your Gemini API key
chillax.setAPIKey("your_api_key_here")
# Example of a useful function (extendable)
my_list = [5, 2, 9, 1]
sorted_list = chillax.sort(my_list)
print(sorted_list)
# Example of translation function
sentence = "hello, my name is gowtham"
translated = translateEnglishToSpanish(sentence)
print(translated)
🤝 Contributing
Contributions are welcome! Feel free to fork, open issues, or submit PRs.
⭐Naming Convention
To keep things clean and intuitive, Chillax uses camelCase for function names.
This makes it easy to read and understand at a glance.
# Example
Chillax.writeAPoem("English")
Chillax.translateFrenchToEnglish("Je suis Inde")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chillax-0.0.7.tar.gz.
File metadata
- Download URL: chillax-0.0.7.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a05828f4457bfb479efef365b0e52a865fffaf0dee762c7fc7ea49cb6917cf9f
|
|
| MD5 |
02fbc1e39bec5aca02fcad5c8c0ce91a
|
|
| BLAKE2b-256 |
3d3c856bb04ac9ab8c4e28a49033dac80a2153f11d541d2398db458b1b03cc82
|
File details
Details for the file chillax-0.0.7-py3-none-any.whl.
File metadata
- Download URL: chillax-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13c4e701c133c96ceeb78a3f4656d3f38bae689475ee5a4cd03988727c4c0e81
|
|
| MD5 |
a4e6115bbab42b669af8a9eb7dcb8fed
|
|
| BLAKE2b-256 |
ed286ca831f89e0270983fef8fc741cb65eb4d437fa16700648c963c7b190312
|