Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cb89cea

Browse files
Update README.md
1 parent a474351 commit cb89cea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,12 @@ The code then creates a new Turtle object and sets its properties, such as shape
2828
![](https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/LevitatingVillage.png)
2929

3030
## pavucina.py
31-
- spider web - random color of nodes
32-
- black background
31+
It provides instructions on how to use the Colorful Spider Web application, which draws a colorful spider web using the Turtle graphics library.
32+
### Application Window
33+
The application window displays a colorful spider web with intricate patterns. The background of the window is black, and the title of the window is "Spider Web".
34+
### How It Works
35+
The application uses the Turtle graphics library to draw the spider web. The code uses a for loop to draw 100 nodes, each of which consists of 3 loops. Each loop draws 4 edges, and the color of each edge is randomly generated. The distance between nodes increases as the web expands, creating a spiral pattern. The background of the window is black.
36+
3337
![](https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/SpiderWeb.png)
3438

3539
## kytice.py

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /