An open API service indexing awesome lists of open source software.

https://github.com/hanse00/turtle-art

Attempts at making art with python turtles
https://github.com/hanse00/turtle-art

Last synced: about 1 year ago
JSON representation

Attempts at making art with python turtles

Awesome Lists containing this project

README

          

Turtle Art
==========

Attempts at making art with Python turtles

## [flower.py](flower.py)

A red orange flower, with eliptical petals in randomized colors - all in the red spectrum.

![Flower Image](images/flower.png)

## [circles.py](circles.py)

A set of circles drawn in a semi-random sized circle creating an overlapping pattern - In random colors.

![Circles Image](images/circles.png)