PyArt Sandbox is an interactive gesture-based playground that turns your webcam into a creative tool. It uses real-time hand tracking to let you draw ASCII art, take snapshots, and interact with different visual effects just by moving your hands. Itβs like a virtual whiteboard, sketchpad, and camera controller β all controlled without touching your keyboard. Features include: ASCII Art Mode: Turns your webcam feed into live ASCII art. Gesture Controls: π = More detail π = Less detail β (fist) = Take a snapshot Color Output Mode: Displays stylized, colorized visuals. Modular sandbox: Easy to expand with new gesture tools or visual I built this using Python, OpenCV, and Each gesture triggers a different visual mode or action. I structured it in a modular way so it can be easily extended β like adding mini-games or more creative filters later. I spent about 5 hours coding the core, but itβs still a growing sandbox I plan to keep experimenting with.