mirror of
https://github.com/bitomule/Koubou.git
synced 2026-04-25 20:15:52 +03:00
-
v0.14.0 Stable
released this
2026-02-25 12:26:13 +03:00 | 35 commits to main since this release📅 Originally published on GitHub: Wed, 25 Feb 2026 09:26:51 GMT
🏷️ Git tag created: Wed, 25 Feb 2026 09:26:13 GMT🎯 Koubou (工房) - The artisan workshop for App Store screenshots
Transform YAML into handcrafted App Store screenshots.
Koubou is your professional workshop where every screenshot
is carefully crafted with artisan quality.工房 (koubou) means "artisan's workshop" in Japanese -
where masters create their finest work.What's Changed
Added
- Text auto-sizing: Automatically find the largest font size that fits within a pixel height budget. Set
min_size,max_width, andmax_heighton text content items — Koubou shrinks fromsizedown tomin_sizeuntil the wrapped text block fits withinmax_height. Ideal for multi-language screenshots where translation lengths vary. max_width,max_lines,max_height,min_sizefields onContentItemfor text contentmin_font_size,max_heightfields onTextOverlay- Validation:
min_sizerequires bothmax_widthandmax_height, and must be <=size
Installation
PyPI (Recommended)
pip install koubouHomebrew (macOS/Linux)
brew install bitomule/tap/koubouManual Download
Download the wheel or source distribution from the assets below.
Quick Start
kou create-config my-screenshots.yaml # Create sample config kou generate my-screenshots.yaml # Generate screenshots kou list-frames # List available device framesFeatures
- 🎨 100+ Device Frames: iPhone, iPad, Mac, Watch, and more
- 🌈 Professional Backgrounds: Linear, radial, conic gradients
- ✨ Rich Typography: Advanced text overlays with stroke, alignment
- 📱 YAML Configuration: Elegant, declarative screenshot definitions
- 🚀 Batch Processing: Generate multiple screenshots efficiently
Full Changelog: https://github.com/bitomule/koubou/commits/v0.14.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
checksums.txt
0 downloads ·
2026-03-01 14:57:35 +03:00 · 184 B -
koubou-0.14.0-py3-none-any.whl
0 downloads ·
2026-03-01 14:57:41 +03:00 · 57 MiB -
koubou-0.14.0.tar.gz
0 downloads ·
2026-03-01 14:57:57 +03:00 · 57 MiB
- Text auto-sizing: Automatically find the largest font size that fits within a pixel height budget. Set