nimaid/binary-waterfall — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple desktop app called Binary Waterfall that can open any file, like an exe, image, or random binary blob, and treat the raw bytes like media you can play back. I want it to show a live waterfall style visualization of the data while also generating audio from it, so it feels like a weird media player for raw data.

It should be easy to use, with basic transport controls and keyboard shortcuts for play and pause, jump backward and forward, step one frame at a time, restart, raise and lower volume, and mute. It should work on Windows and ideally other platforms through Python. Please make it polished enough that someone could use it to create videos from files, and include a short note in the app or README saying attribution is required when people use it in projects.

If anything is unclear, look up the current docs online and fill in the missing details in a sensible way.

Want more depth? Deep Reverse