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.
- 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/.
| Layer | Tools |
|---|---|
| Core stack | Python, turtle, random, Graphics |
| Supporting tools | Loops, Pattern Generation |
python flower_pattern.pyflower_pattern.py - Drawing and pattern-generation functions examples/myflower.eps - Exported turtle artwork examples/myflower.jpg - Preview image
Run python flower_pattern.py in a local Python environment that supports turtle windows.
Turtle graphics require a desktop display; headless environments may not open the drawing window.
- Add CLI options for canvas size, palette, and grid spacing.
- Export PNG automatically from EPS output.
No license file is currently included.
Built by Abigail Briones Aranda as part of a growing AI/software engineering portfolio focused on readable systems, thoughtful interfaces, and reproducible project documentation.
