Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 552 Bytes

File metadata and controls

22 lines (12 loc) · 552 Bytes

NumPy Turtle

Draw directly onto a NumPy array using very easy turtle graphics. Inspired by the turtle library.

Examples:

  • Sierpinski triangle (code):

  • Fractal plant (code):

Installation:

pip3 install numpy-turtle