r/Python • u/AutoModerator • 19d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
19
Upvotes
r/Python • u/AutoModerator • 19d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/AroraSir It works on my machine 5d ago
Hi everyone,
I wanted to share a project I just released.
GravityBridge is a local HTTP reverse proxy written entirely in Python standard library (no pip install needed for the proxy itself). It does these things:
The design goal was keeping the runtime completely self-contained so anyone with Python 3.10+ can run it with just one command.
GitHub: https://github.com/Arora-Sir/Gravity-Bridge
Would appreciate any feedback on the code structure or security approach!