Skip to content

bushuhui/python_turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyton Turtle Drawing

本项目包含了Python Turtle画图的例子程序,从基础的用法到高级的绘图技巧,让初学者能通过充满乐趣的画图来学习Python编程,以及编程思维。

1.1 Basic Usage

code: 0_line 0_line

code: 0_squre 0_squre

code: 0_staircase 0_staircase

code: 0_turtleStar 0_turtleStar

1.2 Basic Shapes

code: 1_basicShapes 1_basicShapes

code: 1_colorLines 1_colorLines

code: 1_fillRectangle 1_fillRectangle

code: 1_squares 1_squares

code: 1_sun 1_sun

code: 1_chessBoard 1_chessBoard

code: 1_taiji 1_taiji

1.3 Repeat Drawing

code: 2_colorCircles 2_colorCircles

code: 2_colorHexagon 2_colorHexagon

code: 2_colorHexspial 2_colorHexspial

code: 2_colorRay1 2_colorRay1

code: 2_colorRay2 2_colorRay2

code: 2_colorRay3 2_colorRay3

code: 2_colorWave 2_colorWave

code: 2_georgiaSpirals 2_georgiaSpirals

code: 2_momaMaterial 2_momaMaterial

code: 2_moroccanMosaic 2_moroccanMosaic

code: 2_moroccanMosaic2 2_moroccanMosaic2

code: 2_race 2_race

code: 2_bytedesign 2_bytedesign.py

code: 2_colorMixer 2_colorMixer.py

code: 2_paint 2_paint.py

code: 2_peace 2_peace.py

code: 2_tiltdemo 2_tiltdemo.py

code: 2_shellSpiral 2_shellSpiral

code: 2_stars 2_stars

code: 2_sunFlower 2_sunFlower

code: 2_turtleSpiral 2_turtleSpiral

1.4 Spirograph

code: 3_fractalSpirograph 3_fractalSpirograph

code: 3_spirograph 3_spirograph

code: 3_spirographHypotrochoid 3_spirographHypotrochoid

1.5 Fractal & Math

code: 4_fractalTree 4_fractalTree

code: 4_fractalTree2 4_fractalTree2

code: 4_hypercube 4_hypercube

code: 4_leaf 4_leaf

code: 4_sierpinskiTriangle 4_sierpinskiTriangle

code: 4_cherryFlower 4_cherryFlower

code: 4_cherryFlower2 4_cherryFlower2

code: 4_cherryFlower3 4_cherryFlower3

code: 4_christmasTree 4_christmasTree

code: 4_fractalCurves 4_fractalCurves

code: 4_lindenmayer_indian 4_lindenmayer_indian

code: 4_penrose 4_penrose

1.6 Complex Drawing

code: 5_colorSnake 5_colorSnake

code: 5_doraemon 5_doraemon

code: 5_doraemon2 5_doraemon2

code: 5_doraemon3 5_doraemon3

code: 5_flower 5_flower

code: 5_flower2 5_flower2

code: 5_landscape 5_landscape

code: 5_littleYellowMan 5_littleYellowMan

code: 5_loveHeart 5_loveHeart

code: 5_rainbow 5_rainbow

code: 5_redFlag 5_redFlag

code: 5_snowFlower 5_snowFlower

code: 5_starCircle 5_starCircle

code: 5_turtleSunflower 5_turtleSunflower

code: 5_patrickStar 5_patrickStar

code: 5_peppaPig 5_peppaPig

code: 5_peppaPig2 5_peppaPig2

code: 5_peppaPig3 5_peppaPig3

code: 5_pikachu 5_pikachu

code: 5_pikachu2 5_pikachu2

1.7 Game

code: 6_chaos 6_chaos

code: 6_clock 6_clock

code: 6_hanoi 6_hanoi

code: 6_life 6_life

code: 6_planet_and_moon 6_planet_and_moon

Install

sudo apt install python3-tk

References

About

Python turtle for learning program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages