Skip to main content

ASCII art visualization toolkit for PNG, GIF, and MP4 output.

Project description

viz - ASCII Art Visualization Toolkit

Tests PyPI version

PNG/GIF/MP4 ASCII art. Variable resolution (default 1080x1080, up to 3840px), custom palettes, kaomoji, procedural effects, emotion-driven styles. Pure Python 3 + Pillow.

VIZ static output VIZ animated output

Install

# Preferred: uv tool
uv tool install aaajiao-viz

# Alternative: pipx
pipx install aaajiao-viz

Upgrade an existing install:

# uv tool
uv tool upgrade aaajiao-viz

# pipx
pipx upgrade aaajiao-viz

Alternative if you want to install into the current Python environment:

pip install aaajiao-viz
pip install -U aaajiao-viz

Release notes:

Verify the CLI is available:

viz --version
viz capabilities --format json

Quick Start

# Generate from emotion
viz generate --emotion euphoria --seed 42 --output-dir ./runs/euphoria

# AI integration via stdin JSON
echo '{"headline":"BTC $95K","emotion":"euphoria","metrics":["ETH: $4.2k"]}' | viz generate --output-dir ./runs/market

# Style preset
echo '{"emotion":"joy","style":"geometric"}' | viz generate --output-dir ./media

# Animated GIF
echo '{"emotion":"panic","video":true}' | viz generate --output-dir ./runs/panic

# Discover all options
viz capabilities --format json

How It Works

viz is an installed CLI for procedural ASCII image generation. AI decides what to express; VIZ decides how it looks.

emotion/text  -->  VAD vector  -->  grammar  -->  SceneSpec  -->  Engine  -->  output
                   (continuous)     (stochastic)   (full spec)    (auto-      (PNG/GIF/MP4,
                                                                  scaled)     variable res)

Everything is driven by the VAD emotion model (Valence-Arousal-Dominance). 34 named emotions map to points in continuous 3D space. The grammar system samples visual choices weighted by emotion — same emotion + different seed = different output.

Combinatorial space: 17 effects x 86 variants x 9 transforms x 7 postfx x 6 masks x 73 gradients x 8 decorations x bg_fill combos x procedural per-seed palette generation x 8 style presets (geometric/organic/retro/psychedelic/minimal/brutal/ethereal/glitch) x continuous params = effectively infinite.

Commands

Command Purpose
generate Render visualization (variable resolution, PNG/GIF/MP4)
convert Convert image to ASCII art
capabilities Output full inventory as JSON for AI discovery

Input (stdin JSON, all fields optional)

{
  "emotion": "euphoria",
  "headline": "BTC $95K",
  "metrics": ["ETH: $4.2k", "SOL: $300"],
  "vocabulary": {"particles": "$€¥₿↑↓", "kaomoji_moods": ["euphoria", "excitement"]}
}

Emotion drives all visual choices. vocabulary overrides specific visual assets (particles, kaomoji moods, decoration chars). Full field reference in docs/ai-integration.md.

Output

{"status": "ok", "results": [{"path": "/tmp/viz_out/viz_20260203_120000_s42.png", "seed": 42, "format": "png"}], "emotion": "euphoria", "resolution": [1080, 1080]}

Director Mode

Grammar auto-selects everything from emotion. Override any dimension for precise control:

viz generate --emotion euphoria --seed 100 \
  --effect plasma --variant warped \
  --transforms kaleidoscope:segments=6 \
  --postfx vignette:strength=0.5 scanlines:spacing=4 \
  --composition radial_masked \
  --output-dir ./runs/director-euphoria

Details in docs/composition.md.

Project Structure

viz.py                          # Single CLI entry
lib/                            # Shared: kaomoji, content, box-drawing chars, vocabulary
procedural/
  engine.py                     # Render orchestrator (auto-scaled buffer -> output)
  effects/                      # 17 pluggable effects + 86 structural variants
  transforms.py                 # 9 domain transforms (mirror, kaleidoscope, tile, ...)
  postfx.py                     # 7 buffer-level post-FX (vignette, scanlines, ...)
  masks.py                      # 6 spatial masks (radial, noise, sdf, ...)
  flexible/
    emotion.py                  # VAD continuous emotion space (34 anchors)
    grammar.py                  # Stochastic visual grammar
    pipeline.py                 # Main pipeline orchestrator
docs/                           # Detailed documentation
skills/viz-ascii-art/           # AgentSkills integration

Documentation

Doc Content
ai-integration.md Start here. JSON protocol, capabilities, examples
usage.md CLI args, all commands
flexible.md VAD model, grammar, SceneSpec
composition.md Transforms, masks, PostFX, variants
effects.md 17 effects with params
kaomoji.md 22 moods, 336 faces
box_chars.md 73 gradients, 37 charsets
rendering.md Engine internals

Development

git clone https://github.com/aaajiao/VIZ.git
cd VIZ
pip install -e ".[dev]"
pytest tests/ -v
python -m build

Published package: aaajiao-viz on PyPI

Runtime dependency: Pillow>=9.0.0. All math is pure Python stdlib (no NumPy). MP4 output requires system FFmpeg.

License

MIT - see LICENSE

Reference

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aaajiao_viz-0.8.0.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aaajiao_viz-0.8.0-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file aaajiao_viz-0.8.0.tar.gz.

File metadata

  • Download URL: aaajiao_viz-0.8.0.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aaajiao_viz-0.8.0.tar.gz
Algorithm Hash digest
SHA256 94aa93164d8f86e792e869fd6627803facf8f00edcdeb30a0d5ed2a1f00e701e
MD5 bebb9aa7644325cfedb0e2f656832307
BLAKE2b-256 f8d2d0bbafd02f9c688bb7aa328bba7aa92000e280f1b6dc269a502fd63623da

See more details on using hashes here.

Provenance

The following attestation bundles were made for aaajiao_viz-0.8.0.tar.gz:

Publisher: release.yml on aaajiao/VIZ

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aaajiao_viz-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: aaajiao_viz-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aaajiao_viz-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bf15c4367d82f24ef730bbc10426b65df81acefe5475df128b13f08539df3073
MD5 4d6906ab29526e2f3de62139419cbbef
BLAKE2b-256 6f6d99e791c43aa6a3b89f49a3e0befdfb3c4addd9acaa8cb3e10cac3789d0cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for aaajiao_viz-0.8.0-py3-none-any.whl:

Publisher: release.yml on aaajiao/VIZ

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page