← Tools

Sfumato

Paste any text. Get Shannon entropy, compression ratio, and information density. Named after da Vinci’s technique of layered transparency.

PASTE TEXT (anything: prose, code, data, lyrics)
Loading runtime...
Paste text and press Run.
Everything is free. If this helped → support GUMP

HOW IT WORKS

Shannon entropy measures information density. Zlib compression measures redundancy. The ratio between them reveals how much structure the text has. High entropy + low compression = dense, unique content. Low entropy + high compression = repetitive, predictable.

INSTALL

pip install begump
from gump.sfumato import analyze

r = analyze("your text here")
print(r['entropy'], r['ratio'])

Your data stays on your machine.