Skip to content

insanecodes/Python-Turtle-Programs

Repository files navigation

Python Turtle Programs forthebadge

Stars Forks
Hi guys, This repository contains all of the source code of turtle programs.

Table of Contents

  1. Introduction
  2. Pikachu
  3. Rainbow Star
  4. Hexagon Spiral
  5. Spiral Design
  6. Vibrant Circle
  7. Square Spirograph
  8. Tesla
  9. Doraemon
  10. Ironman

Introduction

Turtle graphics is a popular way for introducing programming to kids. Virtual turtles can be programmed to move around the screen. The turtle draws lines as it moves. The "turtle" could look like the turtle animal, an arrow, or be invisibile. The user can write turtle programs that draw beautiful shapes and learn to program at the same time.

The original Turtle software was developed by Wally Feurzig and Seymour Papert in 1966.

Pikachu

RainbowStar

HexagonSpiral

SpiralDesign

VibrantCircle

SquareSpirograph

Tesla

Doraemon

Ironman

Show some ❤️ by starring the repository!