|
8 | 8 |
|
9 | 9 | Dive into a collection of Python Turtle codes that bring your imagination to life on screen. From quaint villages and colorful spider webs to mesmerizing spiral ornaments and enchanting flowers.
|
10 | 10 |
|
| 11 | +# Table of Contents (ToC) |
| 12 | + |
| 13 | +1. [PythonBasicsTurtle](#pythonbasicsturtle) |
| 14 | +2. [crazyvilllage.py](#crazyvilllagepy) |
| 15 | + - [Application Window](#application-window) |
| 16 | + - [How It Works](#how-it-works) |
| 17 | +3. [vesnice.py](#vesnicepy) |
| 18 | + - [Application Window](#application-window-1) |
| 19 | + - [How It Works](#how-it-works-1) |
| 20 | +4. [pavucina.py](#pavucinapy) |
| 21 | + - [Application Window](#application-window-2) |
| 22 | + - [How It Works](#how-it-works-2) |
| 23 | +5. [kytice.py](#kyticepy) |
| 24 | + - [Application Window](#application-window-3) |
| 25 | + - [How It Works](#how-it-works-3) |
| 26 | + - [examples](#examples) |
| 27 | +6. [fialovyornament.py](#fialovyornamentpy) |
| 28 | +7. [modrozelenyornament.py](#modrozelenyornamentpy) |
| 29 | + |
| 30 | +--- |
| 31 | + |
11 | 32 | - **Villages:** Build your own picturesque village with colorful houses.
|
12 | 33 | - **Spider Webs:** Weave intricate and colorful webs with randomly generated patterns.
|
13 | 34 | - **Spirals:** Draw mesmerizing spiral ornaments with vibrant shades of purple.
|
|
0 commit comments