nourhan11atef/Spiderman_Recreate_image ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python app that takes a photo and turns it into a hand drawn style animation on screen.
I want it to load an image file, find the dark subject against the background, trace the outlines, and then draw those shapes live with turtle so it looks like someone is sketching it in real time. The drawing should fill in the shapes as it goes, not just show the final result.
Please make it easy to swap in a different image by changing one variable at the top of the script. It should work best with simple high contrast images, and it’s fine if there are a few small imperfections since this is based on contour tracing. If needed, look up the current OpenCV and turtle docs online while building it.
I’d also like a few obvious settings I can tweak, like image size, threshold sensitivity, contour cleanup, and animation speed, so I can make it faster, smoother, or more detailed without digging through the code.
Are you gonna build this?
make sure you review the code using coderabbit