Metadata-Version: 2.4
Name: blamcode
Version: 0.4.5
Summary: BLAMCODE — AI coding CLI for Termux. Your app, BLAM, done!
Author: zyvo9
License: MIT
Keywords: ai,cli,terminal,termux,coding-agent,android
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# BLAMCODE

**Your app, BLAM, done!** — AI coding CLI for Termux.

## Install

**Termux (Android):**
```bash
curl -fsSL https://raw.githubusercontent.com/zyvo9/blamcode/main/install.sh | bash
```

**PyPI (any platform):**
```bash
pip install blamcode
```

Then run:
```bash
blamcode
```

## Features

- **Zero config** — installs and works in one command, free AI models included
- **Native Android** — built for Termux, ARM64, no root, no proot
- **Talks plainly** — describe what you want in plain words, it builds the whole thing
- **Builds complete projects** — websites, apps, bots, scripts — end to end
- **Sees images and videos** — drop a screenshot or clip, it understands it
- **Live preview** — `blamcode preview` opens your site on the phone with a public link
- **Projects stay separate** — `blamcode <name>` gives each idea its own folder and chat history
- **Ask mode** — `/ask` makes the AI check in with you before every big step

## Daily commands

| Command | What it does |
|---|---|
| `blamcode` | start (opens your `default/` project) |
| `blamcode coffee-shop` | open/create a project folder |
| `blamcode session` | list projects |
| `blamcode preview` | local + public live preview |
| `blamcode update` | delta update (0 MB if the core is unchanged) |
| `blamcode doctor` | health check |
| `blamcode uninstall` | remove (keeps your projects) |
