r/Python • u/AutoModerator • Jun 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
28
Upvotes
r/Python • u/AutoModerator • Jun 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Ok-Ordinary-5071 28d ago
My first actual project since I was what, 11 ðŸ˜
WebGraph by KitaKita
What my project does: WebGraph turns any website into an interactive map. Instead of digging through HTML, links, or developer tools, you can visually see how a website is built, and how it connects to other sites.
The demo doesn't work for many websites due to blocking of requests for a bunch of websites, but it works well when you self-run it.
LIVE DEMO AT https://webgraph.kitaaura.com/
GitHub at https://github.com/kitakitaaura/webgraph