如何画一个小黄人,如何画小黄人

  如何画一个小黄人,如何画小黄人

  

  怎么用python画小黄人?

  前言:

  还记得小黄人哪只蠢萌蠢萌的单眼小黄人?就是喜欢做什么事都喜欢逞能的那只,下面用计算机编程语言来实现一下,正在逃跑的小黄人。

  推荐: 《python教程》

  一、导入龟库

  pre style=-WebKit-tap-highlight-color :透明;框定尺寸:边框-框;font-family: Consolas,Menlo,Courier,monospacefont-size : 16px。空白:预包装;位置:相对;行高: 1.5;color: rgb(153,153,153);margin : 1em 0 px adding : 12px 10 px background : RGB(244,245,246);border: 1px纯色rgb(232,232,232);字体样式:正常;字体-变体-连字:正常;字体-变体-caps:正常;字体粗细:正常;字母-spacing:正常;孤儿: 2;文本对齐:开始;文本缩进: 0px文本转换:无;鳏夫: 2;字间距: 0px-WebKit-text-stroke-width : 0px; text-decoration-style : initial;文字-装饰-颜色:初始;进口甲鱼作为t

  沉思(4)

  速度测试(10)

  /pre设置画笔的大小、画图的速度,可以改变数值来提升画笔的速度。

  二、画小黄人的头

  pre style=-WebKit-tap-highlight-color :透明;框定尺寸:边框-框;font-family: Consolas,Menlo,Courier,monospacefont-size : 16px。空白:预包装;位置:相对;行高: 1.5;color: rgb(153,153,153);margin : 1em 0 px adding : 12px 10 px background : RGB(244,245,246);border: 1px纯色rgb(232,232,232);字体样式:正常;字体-变体-连字:正常;字体-变体-caps:正常;字体粗细:正常;字母-spacing:正常;孤儿: 2;文本对齐:开始;文本缩进: 0px文本转换:无;鳏夫: 2;字间距: 0px-WebKit-text-stroke-width : 0px; text-decoration-style : initial;文字-装饰-颜色:初始;定义头():

  佩努普

  t。填充颜色(# ffee 26 )

  转到(-130,10)

  彭道恩

  t.begin_fill()

  塞思(下)81

  t.fd(90)

  塞思(100)

  t圆(-500,3)

  t圆(-100,10)

  t圆(-200,25)

  t圆(-110,20)

  t圆(-140,30)

  t圆(-180,30)

  t圆(-200,20)

  t圆(-140,10)

  t圆(-160,50)

  塞思(下)85

  t.fd(-148)

  塞思(-112)

  t圆(-250,14)

  200英镑

  t.right(80)

  第190页

  塞思(下)110

  t圆(-200,7)

  t圆(-130,30)

  t.end_fill()

  /pre三、画小黄人的前后角

  pre style=-webkit-tap

  -highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def forefoot():

  t.begin_fill()

  t.penup()

  t.goto(-120, -250)

  t.pendown()

  t.fillcolor("#030003")

  t.setheading(-135)

  t.circle(60, 20)

  t.fd(35)

  t.circle(20, 160)

  t.circle(100, 10)

  t.fd(20)

  t.goto(-120, -250)

  t.end_fill()

  def hindleg():

  t.begin_fill()

  t.color("black", "#0045D9")

  t.penup()

  t.goto(-50, -300)

  t.pendown()

  t.setheading(-150)

  t.circle(-80, 60)

  t.setheading(90)

  t.circle(-40, 67)

  t.seth(-30)

  t.goto(-50, -300)

  t.end_fill()

  </pre>三、画小黄人的衣服

  

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def cloths():

  t.begin_fill()

  t.penup()

  t.goto(-45, -70)

  t.pendown()

  t.fillcolor("#0045D9")

  t.setheading(-15)

  t.circle(500, 5)

  t.circle(400, 26)

  t.seth(-112)

  t.circle(-250, 7)

  t.seth(-69)

  t.circle(-250, 7)

  t.right(15)

  t.circle(-320, 18)

  t.circle(-330, 10)

  t.fd(80)

  t.right(81)

  t.fd(190)

  t.seth(141)

  t.circle(-180, 15)

  t.circle(-150, 30)

  t.right(6)

  t.circle(-90, 15)

  t.seth(-45)

  t.circle(50, 10)

  t.seth(-30)

  t.circle(200, 20)

  t.circle(150, 10)

  t.seth(92)

  t.circle(500, 10)

  t.setheading(75)

  t.goto(-45, -70)

  t.end_fill()

  </pre>

四、画小黄人的口袋

  

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def pocket():

  t.begin_fill()

  t.penup()

  t.goto(52, -120)

  t.pendown()

  t.fillcolor("#BFC5AD")

  t.seth(-15)

  t.circle(200, 25)

  t.seth(-88)

  t.circle(-200, 18)

  t.seth(-150)

  t.circle(-90, 5)

  t.right(10)

  t.circle(-90, 45)

  t.right(20)

  t.circle(-50, 50)

  t.goto(52, -120)

  t.end_fill()

  t.begin_fill()

  t.penup()

  t.goto(70, -155)

  t.pendown()

  t.fillcolor("#0045D9")

  t.circle(-25)

  t.end_fill()

  t.penup()

  t.goto(120, -160)

  t.pencolor("#5C7F58")

  t.pendown()

  t.seth(180)

  t.fd(20)

  t.right(60)

  t.circle(6, 340)

  t.pencolor("black")

  </pre>

五、画小黄人的扣子

  

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def button():

  t.begin_fill()

  t.penup()

  t.fillcolor("#FFFFFF")

  t.goto(-40, -80)

  t.pendown()

  t.seth(0)

  t.circle(-9, 360)

  t.end_fill()

  </pre>

六、画小黄人的左手

  

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">def lefthand():

  t.begin_fill()

  t.penup()

  t.fillcolor("#FFEE26")

  t.goto(195, -56)

  t.pendown()

  t.seth(-8)

  t.circle(150, 15)

  t.circle(25, 40)

  t.left(2)

  t.fd(60)

  t.right(85)

  t.fd(28)

  t.right(92)

  t.fd(45)

  t.circle(-100, 20)

  t.circle(-80, 40)

  t.circle(80, 13)

  t.goto(195, -56)

  t.end_fill()

  </pre>

七、函数调用

  

<pre style="-webkit-tap-highlight-color: transparent; box-sizing: border-box; font-family: Consolas, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; position: relative; line-height: 1.5; color: rgb(153, 153, 153); margin: 1em 0px; padding: 12px 10px; background: rgb(244, 245, 246); border: 1px solid rgb(232, 232, 232); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">head()

  mouth()

  righhand()

  glasses()

  goggles()

  forefoot()

  hindleg()

  cloths()

  pocket()

  foreleg()

  foreleg()

  ground()

  shoes()

  collar()

  button()

  lefthand()

  leftpalm()

  leftcollar()</pre>

效果如下:

  以上就是怎么用python画小黄人的详细内容,更多请关注盛行IT软件开发工作室其它相关文章!

  

郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。

留言与评论(共有 条评论)
   
验证码: