BabinCLI: A powerful, interactive terminal assistant powered by Gemini 2.5 Flash & Groq with weather integration.
Project description
✨ Features
| Feature | Description | |
|---|---|---|
| 🔄 | Multi-Provider | Gemini + Groq with automatic fallback |
| 🔑 | Multi-Key Rotation | Comma-separated Gemini keys = multiplied quota |
| 🌤️ | Live Weather | Real-time weather data injected into responses |
| 📅 | Date-Aware | AI always knows today's date and time |
| ⌨️ | Shortcuts | babin a, babin c, babin lm, -p, -m |
| 🔀 | Mid-Chat Switch | Type switch to change models on-the-fly |
| 💬 | Interactive Chat | Continuous conversation with memory |
| 🎨 | Rich Output | Beautiful markdown formatting in terminal |
📦 Installation
pip install babincli
Or install from GitHub:
pip install git+https://github.com/KGFCH2/BabinCLI.git
✅ Windows: BabinCLI auto-fixes PATH on first run — no manual setup needed. If
babinisn't recognized, runpython -m babin_cli setup-pathand open a new terminal.
⚙️ Quick Setup
Copy .env.example to .env and add your API keys:
GEMINI_API_KEY=your_key_here
GROQ_API_KEY=your_key_here
OPENWEATHERMAP_API_KEY=your_key_here # optional
WEATHERAPI_KEY=your_key_here # optional
🔑 Multi-key: Use
GEMINI_API_KEY=key1,key2,key3to multiply your daily quota!
Get free keys: Google AI Studio · Groq Console
⚡ Quick Start
babin c # 💬 Start chat (Gemini 2.5 Flash)
babin a "What is Python?" # ❓ Quick question
babin -p groq c # 🔄 Chat with Groq
babin lm # 📃 List available models
🔀 Switch Models Mid-Chat
Type switch during any chat session to see a numbered menu of available models and switch instantly — no restart needed!
📖 Full Documentation
See INSTRUCTIONS.md for the complete guide including:
- Detailed configuration for all platforms
- All commands with examples
- Multi-key rotation explained
- Auto-fallback behavior
- Local development & testing
- Troubleshooting
🌐 Portal
Visit KGFCH2.github.io/BabinCLI for the interactive documentation portal with code examples and AI helper.
📤 Publishing to PyPI
🤖 Automated Publishing (GitHub Actions)
This project uses GitHub Actions for automatic PyPI publishing:
- Bump version in
pyproject.tomlandbabin_cli/__init__.py - Commit, tag, and push:
git tag vx.y.z && git push origin main --tags - ✅ The workflow auto-builds and uploads to PyPI
You can also go to Releases → Create a new release → Publish to trigger it.
📦 Manual Publishing
For manual publishing or testing:
# Install build tools
pip install build twine
# Build distribution packages
python -m build
# Test on TestPyPI first (recommended)
twine upload --repository testpypi dist/*
# Upload to production PyPI
twine upload dist/*
⚙️ First-Time Setup
For GitHub Actions:
- Go to pypi.org → Your Project → Settings → Publishing
- Add Trusted Publisher with:
- Owner:
your-github-username - Repository:
your-repository-name - Workflow:
publish.yml(or your workflow filename) - Environment: (leave blank)
- Owner:
- Save → GitHub Actions can now publish without API tokens
For Manual Publishing:
- Create PyPI account at https://pypi.org/account/register/
- Generate API token at https://pypi.org/manage/account/token/
- Use token as password with username
__token__
⚠️ Important: PyPI does not auto-sync with GitHub pushes. You must create a Release to trigger publishing.
📖 Detailed Guide: See INSTRUCTIONS.md for comprehensive publishing instructions.
📄 License
MIT License © 2026 Babin Bid
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 babincli-1.2.2.tar.gz.
File metadata
- Download URL: babincli-1.2.2.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86c0d02c2d7ca2cc2f20aecf898213b30593328c7c07d673437b387de76afe85
|
|
| MD5 |
2345b78e71d786a5a90bcc031a0a6eef
|
|
| BLAKE2b-256 |
8a8c226b0dbee95d11629202e58b190cb8fde6003c416bc478b121dc0ab71df1
|
Provenance
The following attestation bundles were made for babincli-1.2.2.tar.gz:
Publisher:
publish.yml on KGFCH2/BabinCLI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
babincli-1.2.2.tar.gz -
Subject digest:
86c0d02c2d7ca2cc2f20aecf898213b30593328c7c07d673437b387de76afe85 - Sigstore transparency entry: 948144082
- Sigstore integration time:
-
Permalink:
KGFCH2/BabinCLI@674fea6af419a7bfded159bde6c9fcebf1a076e2 -
Branch / Tag:
refs/tags/v1.2.3 - Owner: https://github.com/KGFCH2
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@674fea6af419a7bfded159bde6c9fcebf1a076e2 -
Trigger Event:
push
-
Statement type:
File details
Details for the file babincli-1.2.2-py3-none-any.whl.
File metadata
- Download URL: babincli-1.2.2-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f1b6757ce901739fef8c45854094a843b7e24ac8fd413773a7779b48b7b16fe
|
|
| MD5 |
82013414be1257be37ab6641182781b3
|
|
| BLAKE2b-256 |
7cf7bef10435d37dc79de382cb520184d7e8738bfe524c42b31ef668b9d940a8
|
Provenance
The following attestation bundles were made for babincli-1.2.2-py3-none-any.whl:
Publisher:
publish.yml on KGFCH2/BabinCLI
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
babincli-1.2.2-py3-none-any.whl -
Subject digest:
6f1b6757ce901739fef8c45854094a843b7e24ac8fd413773a7779b48b7b16fe - Sigstore transparency entry: 948144155
- Sigstore integration time:
-
Permalink:
KGFCH2/BabinCLI@674fea6af419a7bfded159bde6c9fcebf1a076e2 -
Branch / Tag:
refs/tags/v1.2.3 - Owner: https://github.com/KGFCH2
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@674fea6af419a7bfded159bde6c9fcebf1a076e2 -
Trigger Event:
push
-
Statement type: