r/PythonProjects2 • u/GokalpHizmetleri • 1d ago
I built a Python script that uses Windows GDI API to create a chaotic screen-glitch prank application (Source code included)
Hey everyone! 👋
I wanted to share a fun project I've been working on. It's a Python script (`TrustMeBro`) that interacts with the Windows GDI (Graphics Device Interface) to create various screen effects (like horizontal glitches, melting effects, color inversion) and a harmless exponential message box avalanche.
It also includes an antivirus sandbox bypass delay trick and a built-in emergency exit key (`S` key) to restore everything instantly.
Language: Python Libraries used: `win32gui`, `win32api`, `keyboard`, `threading` GitHub Repo: TrustMeBro Github
Let me know what you think or if you have any suggestions to optimize the threading!
1
Upvotes