美文网首页
《啥是佩琪》之python画佩琪源码

《啥是佩琪》之python画佩琪源码

作者: 进步源于积累 | 来源:发表于2019-01-18 14:20 被阅读0次

from turtle import *

def nose(x, y):# 鼻子

    penup()# 提起笔

    goto(x, y)# 定位

    pendown()# 落笔,开始画

    setheading(-30)# 将乌龟的方向设置为to_angle/为数字(0-东、90-北、180-西、270-南)

    begin_fill()# 准备开始填充图形

    a =0.4

    for i in range(120):

        if 0 <= i <30 or 60 <= i <90:

            a = a +0.08

            left(3)# 向左转3度

            forward(a)# 向前走a的步长

        else:

            a = a -0.08

            left(3)

            forward(a)

    end_fill()# 填充完成

    penup()

    setheading(90)

    forward(25)

    setheading(0)

    forward(10)

    pendown()

    pencolor(255, 155, 192)# 画笔颜色

    setheading(10)

    begin_fill()

    circle(5)

    color(160, 82, 45)# 返回或设置pencolor和fillcolor

    end_fill()

    penup()

    setheading(0)

    forward(20)

    pendown()

    pencolor(255, 155, 192)

    setheading(10)

    begin_fill()

    circle(5)

    color(160, 82, 45)

    end_fill()

def head(x, y):# 头

    color((255, 155, 192), "pink")

    penup()

    goto(x, y)

    setheading(0)

    pendown()

    begin_fill()

    setheading(180)

    circle(300, -30)

    circle(100, -60)

    circle(80, -100)

    circle(150, -20)

    circle(60, -95)

    setheading(161)

    circle(-300, 15)

    penup()

    goto(-100, 100)

    pendown()

    setheading(-30)

    a =0.4

    for i in range(60):

        if 0 <= i <30 or 60 <= i <90:

            a = a +0.08

            lt(3)# 向左转3度

            fd(a)# 向前走a的步长

        else:

            a = a -0.08

            lt(3)

            fd(a)

    end_fill()

def ears(x, y):# 耳朵

    color((255, 155, 192), "pink")

    penup()# 提起笔移动

    goto(x, y)

    pendown()

    begin_fill()

    setheading(100)# 当前朝100度方向移动

    circle(-50, 50)# 半径50,弧度50

    circle(-10, 120)

    circle(-50, 54)

    end_fill()

    penup()

    setheading(90)

    forward(-12)

    setheading(0)

    forward(30)

    pendown()

    begin_fill()

    setheading(100)

    circle(-50, 50)

    circle(-10, 120)

    circle(-50, 56)

    end_fill()

def eyes(x, y):# 眼睛

    color((255, 155, 192), "white")

    penup()

    setheading(90)

    forward(-20)

    setheading(0)

    forward(-95)

    pendown()

    begin_fill()

    circle(15)

    end_fill()

    color("black")

    penup()

    setheading(90)

    forward(12)

    setheading(0)

    forward(-3)

    pendown()

    begin_fill()

    circle(3)

    end_fill()

    color((255, 155, 192), "white")

    penup()

    seth(90)

    forward(-25)

    seth(0)

    forward(40)

    pendown()

    begin_fill()

    circle(15)

    end_fill()

    color("black")

    penup()

    setheading(90)

    forward(12)

    setheading(0)

    forward(-3)

    pendown()

    begin_fill()

    circle(3)

    end_fill()

def cheek(x, y):# 腮

    color((255, 155, 192))

    penup()

    goto(x, y)

    pendown()

    setheading(0)

    begin_fill()

    circle(30)

    end_fill()

def mouth(x, y):# 嘴

    color(239, 69, 19)

    penup()

    goto(x, y)

    pendown()

    setheading(-80)

    circle(30, 40)

    circle(40, 80)

def setting():# 参数设置

    pensize(4)

    hideturtle()# 使乌龟无形(隐藏)

    colormode(255)# 将其设置为1.0或255.随后 颜色三元组的r,g,b值必须在0 .. cmode范围内

    color((255, 155, 192), "pink")

    setup(840, 500)

    speed(10)

def main():

    setting()# 画布、画笔设置

    nose(-100, 100)# 鼻子

    head(-69, 167)# 头

    ears(0, 160)# 耳朵

    eyes(0, 140)# 眼睛

    cheek(80, 10)# 腮

    mouth(-20, 30)# 嘴

    done()

if __name__ =='__main__':

    main()

相关文章

  • 《啥是佩琪》之python画佩琪源码

    from turtle import *def nose(x, y):# 鼻子 penup()# 提起笔 go...

  • 你知道啥是佩琪了嘛?

    你的朋友圈都被佩琪刷屏了没? 从最开始的佩琪的宣传片到各大公众号发文,个人发一下佩琪图(例如下图) 《啥是佩琪》刷...

  • 啥是佩琪

    可能是猪年的原因,粉色小猪佩琪,成了今年的红人。啥事佩琪? 佩琪等于配齐。满载而归,应有尽有,这是配齐。但是如果不...

  • 啥是佩琪

    前段时间 啥是佩琪火了 今天又被 爸爸是活地图 安利 我们是一直在成长 可是父辈们确一天天的老了 头发白了 眼睛花...

  • 佩琪是   啥?

    2019是谁最先刷了屏?是佩奇! 电影《小猪佩奇过大年》的短片昨日刷爆全网,由大电影《小猪佩奇过大年》导演张大鹏执...

  • 啥是佩琪

    上午,在一个微信群里看到啥是佩琪的视频,当时看时以为是移动的广告,成功的被吸引了,看到老爷爷再次打电话给他儿子问什...

  • 啥是佩琪

    不得不说,“啥是佩奇”这个短片真的戳中了泪点,午休的时候,看了眼圈打转,明知道一切都是夸张化,看到老父亲的忙碌,听...

  • 《啥是佩琪》

    看完《啥是佩琪》,想到视频中的爷爷不就是丫丫的爷爷吗? 三岁前的丫丫待在农村老家,寒冷的冬天里,爷爷把丫丫用大...

  • 啥是佩琪

    佩奇?什么是佩奇呀?” 这几天你们的票圈一定都被一段5分40秒的视频刷屏了吧! 还有这只“硬核佩奇” 简单来说,这...

  • 从产品经理的角度看《啥是佩奇》

    近日来佩奇大电影的预告片《啥是佩琪》,刷爆了朋友圈,试着从产品经理的角度分析了一下《啥是佩琪》中爷爷为孙子制作佩奇...

网友评论

      本文标题:《啥是佩琪》之python画佩琪源码

      本文链接:https://www.haomeiwen.com/subject/hthdzttx.html