Skip to content

thevkrant/turtle_spirals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Draw Spirals in Turtle – Python

The simple Python programs to draw Beautiful Spirals using Turtle Programming.

Prerequisites

  • Python 3

Approach:

The following steps are used:

  • Import turtle
  • Set window screen
  • Set color of the turtle

How to run the script

  1. Execute python spiralhelix.py
Output Screenshot

spiralhelix

  1. Execute python spiral.py
Output Screenshot

spiral_gif

  1. Execute python ring_spiral.py
Output Screenshot

ring_spiral

  1. Execute python spiral_helix.py
Output Screenshot

spiral_helix

  1. Execute python red_spiral_helix.py
Output Screenshot

red_spiral_helix

  1. Execute python hypnotic_spiral.py
Output Screenshot

hypnotic_spiral

Author Name

Vikrant