Skip to content

Commit 82ce752

Browse files
Update README.md
1 parent 5d69f54 commit 82ce752

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# Python-Turtle-Graphics-Challenges
22
This repository contains a series of Python challenges using the Turtle graphics library. The challenges include drawing shapes, creating dashed lines, simulating random walks, and making colorful spirographs.
3+
4+
# Challenges Overview
5+
1. Square Drawing: Draw a square using direct commands and loops.
6+
2. Dashed Line: Create a dashed line pattern using penup and pendown methods.
7+
3. Shape Drawing: Draw shapes with varying sides (triangle to decagon) using a function.
8+
4. Random Walk: Implement a random walk pattern with a list of predefined colors.
9+
5. Random Colors: Generate random RGB colors for drawing.
10+
6. Spirograph: Create an intricate spirograph using a circle drawing technique with random colors.
11+
12+
# Features
13+
- Draw various geometric shapes (squares, polygons)
14+
- Create dashed lines
15+
- Simulate random walks with a list of colors
16+
- Generate random colors using RGB values
17+
- Create intricate spirograph designs
18+
19+
# Usage
20+
- The script will execute a series of Turtle graphics challenges sequentially, demonstrating various drawing techniques.
21+
- You can modify parameters (like the number of sides for shapes, colors, and speed) in the code to experiment with different outputs.
22+
23+
# Technologies
24+
Python 3.x | Turtle graphics library | Random library for generating random colors and movements

0 commit comments

Comments
 (0)