Skip to content

jorenham/numpy_turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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