iZucked/Matrix-Rain-An-Image ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that takes an image and turns it into a Matrix style digital rain animation using pygame.
I want it to let me load a picture from the command line, then render that image as falling green code or similar rain that slowly builds the picture over time. Please include a few different drawing modes, like one that isolates a single color from the image, one that draws using lines from the image, and another more general effect mode. Make it easy to edit a config file for settings, and keep the code organized so I can swap images and tweak the look without digging around too much.
Use the sample image folder and make sure it runs smoothly with a simple command. If you need to check current docs for pygame or image handling, go ahead and look them up online.