@@ -34,6 +34,8 @@ Dive into a collection of Python Turtle codes that bring your imagination to lif
3434- ** Spirals:** Draw mesmerizing spiral ornaments with vibrant shades of purple.
3535- ** Flowers:** Design a bouquet of captivating flowers with customizable colors and petal shapes.
3636
37+ ---
38+ 3739## crazyvilllage.py
3840It provides instructions on how to use the Crazy Village application, which draws a village using the Turtle graphics library.
3941### Application Window
@@ -47,6 +49,8 @@ The code then creates a new Turtle object and sets its properties, such as shape
4749
4850![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/CrazyVillage.png )
4951
52+ ---
53+ 5054## vesnice.py
5155It provides instructions on how to use the Levitating Village application, which draws a levitating village using the Turtle graphics library.
5256### Application Window
@@ -60,6 +64,8 @@ The code then creates a new Turtle object and sets its properties, such as shape
6064
6165![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/LevitatingVillage.png )
6266
67+ ---
68+ 6369## pavucina.py
6470It provides instructions on how to use the Colorful Spider Web application, which draws a colorful spider web using the Turtle graphics library.
6571### Application Window
@@ -69,6 +75,8 @@ The application uses the Turtle graphics library to draw the spider web. The cod
6975
7076![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/SpiderWeb.png )
7177
78+ ---
79+ 7280## kytice.py
7381It provides instructions on how to use the Flower application, which draws a flower using the Turtle graphics library.
7482### Application Window
@@ -95,14 +103,22 @@ The code then creates a new Turtle object and sets its properties, such as speed
95103![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/Flower2.png )
96104![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/Flower3.png )
97105
106+ ---
107+ 98108## fialovyornament.py
99109![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/FialovyOrnament.png )
100110
111+ ---
112+ 101113## modrozelenyornament.py
102114![ ] ( https://github.com/hrosicka/PythonBasicsTurtle/blob/master/doc/ModrozelenyOrnament.png )
103115
116+ ---
117+ 104118## Author
105119Lovingly crafted by [ Hanka Robovska] ( https://github.com/hrosicka ) 👩🔬
106120
121+ ---
122+ 107123## License
108124This project is licensed under the MIT License. See the [ LICENSE] ( ./LICENSE ) file for details. Free to use, modify, and distribute as needed.
0 commit comments