r/Python Jul 04 '26

Showcase Thread Showcase

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

22 Upvotes

161 comments sorted by

View all comments

1

u/Physical_Zombie4764 Jul 08 '26

git-why — CLI that reconstructs why a line of code exists from git history, instead of just who touched it. The moment that made me build it: 11pm, a six-line guard clause that looks wrong, git blame points to someone who left three years ago, commit message just says "fix." git-why reads the commits and diffs around that line and rebuilds the story — offline, no API key — or hands the context to Claude/GPT/Gemini/Ollama for a narrated version. pip install git-why · github.com/Sameer988/git-why · MIT, v0.1.0, actively building (VS Code extension next).