A Python/Pygame program that draws circles based on mouse movement. It uses the last 3 known points of the mouse and uses math to find the unique equation of a circle that intersects with those 3 points. It then draws that circle with a random color.
Details
Find the source code in the links section on the left side.