Close
0%
0%

Draw Circles!

A Python/Pygame art program that draws circles based on mouse movement.

Similar projects worth following
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.

Find the source code in the links section on the left side.

  • 1
    Step 1

    Download the source code into a file.

  • 2
    Step 2

    Create the main directory for the program and within it create a folder for the source code itself.

  • 3
    Step 3

    Place the source code in the directory you created for it.

    it should look something like this:

    Awesome Program

    |-source

    |-circular_motion_tracing.py

    |-Masterpieces

    |-[screenshots]

View all 5 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates