Tenobrus

Encode text as reversible unit-distance graph images

18
2
75% credibility
Found May 22, 2026 at 18 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

Graphglyph is a creative tool that transforms text into unique visual patterns and back again. You type any message, and it becomes a one-of-a-kind graph made of connected dots and lines where the structure itself secretly holds your words. The resulting artwork looks like abstract art but can be decoded back to reveal the original message. It's a way to hide information in plain sight through visual design.

How It Works

1
🎨 You discover a unique way to hide messages

You find a tool that turns your words into beautiful connected-dot artwork, where the picture itself secretly holds your message.

2
✍️ You type in your secret message

You enter any text you want to encode - a phrase, a poem, or even a whole essay - and the tool prepares to transform it.

3
🔮 Your message becomes a one-of-a-kind pattern

The tool creates a unique graph of orange dots and blue lines that looks like abstract art, but the arrangement secretly contains your words.

4
You choose how to save your creation
🖼️
Save as an image file

Your encoded message becomes a beautiful SVG picture that looks like abstract art

📄
Save as a data file

Your encoded message is saved as a JSON file containing the graph structure

5
🔄 You can decode it back anytime

Anyone with the same tool can open your saved file and retrieve the original hidden message from the pattern.

Your message is safely hidden in plain sight

You've created artwork that carries a secret - the visual pattern looks beautiful while secretly holding your words, and you can recover them whenever you need.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 18 to 18 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is graphglyph?

Graphglyph is a Python tool that converts any text into a reversible blue-and-orange graph image you can decode back to the original message. The encoder builds dense node-and-edge visualizations using mathematical unit-distance principles from OpenAI's research on planar point sets. When you run the encode command, it outputs SVG or JSON files that contain the full message embedded in the graph topology itself - no plaintext lives in the file metadata.

Why is it gaining traction?

The hook is that text becomes a visual artifact while remaining fully decodable. Unlike QR codes or base64 representations, graphglyph produces something visually distinctive where the data lives in edge weights and node connections rather than visible characters. The same text seed produces consistent output across runs, and compression kicks in for longer payloads automatically. Colors are fully customizable, so you can match branding or create dark-themed variations.

Who should use this?

Developers exploring alternative ways to encode text for JSON payloads or URL-safe visual representations might find this worth experimenting with. Anyone building systems that need visually distinctive but reversible encoding - think watermarking, content identification, or creative data visualization - could use it as a novelty layer. Researchers interested in unit-distance graph theory will enjoy the clean implementation of the mathematical concepts.

Verdict

The concept is genuinely novel and the documentation explains the encoding process clearly. However, with only 18 stars and a credibility score of 0.75%, this remains experimental side-project territory. The code runs and the decode path works, but limited community engagement means you might be on your own if something breaks. Worth exploring for hobby projects or prototyping novel encoding schemes, but I would not stake critical infrastructure on it in its current state.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.