top of page

Landscapes Python Quilt Pattern

Programming Language: Python (Turtle Graphics)

Turtle Drawing Timelapse

A timelapse showing the process of the turtle cursor drawing the quilt based on the given commands.

For this piece I was responsible for writing scripts for each tile as well as a script to "stitch" all of the tiles together in a cyclic pattern (shown below). Going back to my love of environments, I chose a landscape theme for my pattern.

I also chose to include user input, so the user may decide how many rows and columns they would like when they run the program.

Code Sample

Individual Tiles

bottom of page