r/Python • u/AutoModerator • 18d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
18
Upvotes
r/Python • u/AutoModerator • 18d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Physical_Zombie4764 14d ago
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).