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
- Host: GitHub
- URL: https://github.com/hanse00/turtle-art
- Owner: Hanse00
- License: gpl-3.0
- Created: 2014-05-23T04:21:59.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:34:23.000Z (over 2 years ago)
- Last Synced: 2025-03-31T06:26:24.902Z (over 1 year ago)
- Language: Python
- Size: 219 KB
- Stars: 1
- Watchers: 1
- 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.

## [circles.py](circles.py)
A set of circles drawn in a semi-random sized circle creating an overlapping pattern - In random colors.
