A Python package for vibecoders.
Project description
Chillax 💤
Chillax is not just another wrapper — it’s a whole new way of coding with AI.
Instead of memorizing a fixed set of functions, you decide what functions you want.
Every function you call on Chillax gets passed straight to AI — so you can literally invent your own function names on the fly and they’ll just work. (vibecoding supremacy)
🚀 Features
- One-line setup → just set your API key and you’re ready to go
- Make up your own functions →
chillax.sort(),chillax.translate(),chillax.summarize(),chillax.reverse(),chillax.doMagicTrick()… literally any name you choose will work - Lightweight & beginner-friendly → no heavy dependencies, perfect for vibecoders who want to focus on coding instead of setup
📦 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)
# No predefined "explainSorting" exists...
# But you can just call it anyway 👇
print(Chillax.explainSorting("quick sort"))
# Or invent your own creative function names
print(Chillax.debugMyCode("def add(a,b): return a-b", "Python"))
print(Chillax.writePoem("about vibecoding"))
print(Chillax.createPlaylist("lofi coding beats"))
⭐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.translateFrenchToEnglish("Je suis Inde")
🤝 Contributing
Wanna make Chillax even chiller? 😎
Contributions are open! Fork it, hack it, and PR it.
Cool things you could add:
- More shortcuts for lazy coders
- Anything that makes coding more… chill.
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.11.tar.gz.
File metadata
- Download URL: chillax-0.0.11.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50bd1539c8a222fb7e56da3b042691fd775ccc14ab275ffb2c7151e9a11aed14
|
|
| MD5 |
4e33afe0d2aa31a7506026c13072deb3
|
|
| BLAKE2b-256 |
653e02a7cf4707ada954a822f9973b834a565b4bc90e8870f5938d84cac2d1b1
|
File details
Details for the file chillax-0.0.11-py3-none-any.whl.
File metadata
- Download URL: chillax-0.0.11-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2075e3946586655a27d3db6a3dfcf6b313b8f80ad33a53f077456693611a43ba
|
|
| MD5 |
741167d44e7be9d307f31c262d43b45c
|
|
| BLAKE2b-256 |
767ad469d35a190163d0e110b2d3937c777e3fd35b84413bd2e8f694fffdb095
|