Skip to content

abigailbrionesa/flower-pattern-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Flower Pattern Generator preview

Flower Pattern Generator

Flower Pattern Generator is a Python turtle-graphics project that draws colorful repeating flower patterns. It combines recursion-style pattern thinking, loops, random rotation, and exported artwork for a playful visual programming exercise.

Built with Python turtle graphics, randomization, color palettes, and EPS/JPG examples.

Python

Highlights

  • Draws six-petal flowers with configurable position, rotation, and color.
  • Tiles flowers into a grid-like pattern using coordinate stepping.
  • Uses randomized rotation for a more organic composition.
  • Includes generated example artwork in examples/.

Tech Stack

LayerTools
Core stackPython, turtle, random, Graphics
Supporting toolsLoops, Pattern Generation

Quick Start

python flower_pattern.py

Project Structure

flower_pattern.py - Drawing and pattern-generation functions
examples/myflower.eps - Exported turtle artwork
examples/myflower.jpg - Preview image

Validation

Run python flower_pattern.py in a local Python environment that supports turtle windows.

Scope Notes

Turtle graphics require a desktop display; headless environments may not open the drawing window.

Roadmap

  • Add CLI options for canvas size, palette, and grid spacing.
  • Export PNG automatically from EPS output.

License

No license file is currently included.

Built By

Built by Abigail Briones Aranda as part of a growing AI/software engineering portfolio focused on readable systems, thoughtful interfaces, and reproducible project documentation.

About

Python turtle graphics project for generating colorful flower patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages