Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Attempts at making art with python turtles
- Host: GitHub
- URL: https://github.com/hanse00/turtle-art
- Owner: Hanse00
- License: gpl-3.0
- Created: 2014-05-23T04:21:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:34:23.000Z (10 months ago)
- Last Synced: 2024-10-26T08:39:13.239Z (2 months ago)
- Language: Python
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)