← Tool Archive
Design

Rhythm Weaver

2026-06-16
What it does

A tool that analyzes text and font properties, then generates a visual heatmap and specific recommendations to improve typographic rhythm, optical balance, and line breaks.

View Source →
Dependencies
  • None — runs entirely in browser
Run Locally

这个工具需要在本地运行 — 在你的电脑终端执行以下命令:
This tool runs locally. Open a terminal and run:

# 1. 安装依赖 Install dependencies
pip install -r requirements.txt
 
# 2. 下载工具 Download the tool
curl -O https://raw.githubusercontent.com/Super-Lili/Super-Lilis-Daily-Adventure/main/02_Toolbox/Design%20Alchemy/2026-06-16_Rhythm_Weaver/main.py
 
# 3. 运行 Run
python main.py --help
查看源码 View Source
Was this useful?