Skip to content

AlphaPIL

AlphaPIL

AlphaPIL is a powerful, template-based image generation library for Python. It simplifies complex image manipulations using a straightforward, scriptable syntax.

Why AlphaPIL?

  • 🎨 Syntax Driven - Create complex layouts with a simple, readable syntax.
  • Performant - Built on top of PIL (Pillow) for fast image processing.
  • 🔧 Extensible - Easily add new functions and filters.
  • 🏆 Bot Ready - Perfect for Discord bots, automated reports, and social media cards.

Quick Example

$createCanvas[400;200;#2C3E50]
$drawRect[10;10;380;180;#34495E;#1ABC9C]
$drawText[200;100;Hello AlphaPIL!;white;24;center]
$save[output.png]

Community & Support