用python语言的海龟画图画一个蜡笔小新
时间: 2023-09-24 21:10:56 浏览: 208
好的,让我来为您展示如何用Python的海龟库画一个蜡笔小新的图片。
首先,我们需要导入turtle库并创建画布和画笔:
```python
import turtle
# 创建画布和画笔
canvas = turtle.Screen()
pen = turtle.Turtle()
```
接下来,我们可以设置画笔颜色和粗细,以及调整画笔的位置和朝向:
```python
# 设置画笔颜色和粗细
pen.pensize(3)
pen.color('black', 'red')
# 调整画笔的位置和朝向
pen.penup() # 抬起画笔
pen.goto(-100, 0) # 移动画笔到起始位置
pen.pendown() # 落下画笔
pen.setheading(-90) # 调整画笔朝向
```
然后,我们可以开始画出蜡笔小新的身体和头部:
```python
# 画出蜡笔小新的身体和头部
pen.begin_fill() # 开始填充
pen.circle(50) # 画出头部
pen.end_fill() # 结束填充
pen.penup() # 抬起画笔
pen.goto(-60, -80) # 移动画笔到身体起始位置
pen.pendown() # 落下画笔
pen.setheading(-45) # 调整画笔朝向
pen.forward(80) # 画出左臂
pen.backward(80) # 回到身体位置
pen.setheading(-135) # 调整画笔朝向
pen.forward(80) # 画出右臂
pen.backward(80) # 回到身体位置
pen.setheading(0) # 调整画笔朝向
pen.forward(100) # 画出腿
pen.setheading(-90) # 调整画笔朝向
pen.forward(60) # 画出裤子
```
接着,我们可以画出蜡笔小新的脸和眼睛:
```python
# 画出蜡笔小新的脸和眼睛
pen.penup() # 抬起画笔
pen.goto(-30, 50) # 移动画笔到脸部起始位置
pen.pendown() # 落下画笔
pen.setheading(0) # 调整画笔朝向
pen.begin_fill() # 开始填充
pen.circle(30) # 画出脸
pen.end_fill() # 结束填充
pen.penup() # 抬起画笔
pen.goto(-20, 70) # 移动画笔到左眼起始位置
pen.pendown() # 落下画笔
pen.setheading(0) # 调整画笔朝向
pen.color('black', 'white') # 设置眼睛颜色
pen.begin_fill() # 开始填充
pen.circle(10) # 画出左眼
pen.end_fill() # 结束填充
pen.penup() # 抬起画笔
pen.goto(20, 70) # 移动画笔到右眼起始位置
pen.pendown() # 落下画笔
pen.setheading(0) # 调整画笔朝向
pen.begin_fill() # 开始填充
pen.circle(10) # 画出右眼
pen.end_fill() # 结束填充
pen.penup() # 抬起画笔
pen.goto(-10, 50) # 移动画笔到鼻子起始位置
pen.pendown() # 落下画笔
pen.setheading(-60) # 调整画笔朝向
pen.forward(20) # 画出鼻子
pen.backward(20) # 回到鼻子位置
pen.setheading(-120) # 调整画笔朝向
pen.forward(20) # 画出嘴巴
```
最后,我们可以画出蜡笔小新的头发并结束绘画:
```python
# 画出蜡笔小新的头发
pen.penup() # 抬起画笔
pen.goto(-50, 90) # 移动画笔到头发起始位置
pen.pendown() # 落下画笔
pen.setheading(-60) # 调整画笔朝向
pen.forward(30) # 画出头发
pen.setheading(-120) # 调整画笔朝向
pen.forward(30) # 画出头发
pen.setheading(-180) # 调整画笔朝向
pen.forward(30) # 画出头发
pen.setheading(-240) # 调整画笔朝向
pen.forward(30) # 画出头发
pen.setheading(-300) # 调整画笔朝向
pen.forward(30) # 画出头发
# 结束绘画
turtle.done()
```
完整的代码如下:
```python
import turtle
# 创建画布和画笔
canvas = turtle.Screen()
pen = turtle.Turtle()
# 设置画笔颜色和粗细
pen.pensize(3)
pen.color('black', 'red')
# 调整画笔的位置和朝向
pen.penup()
pen.goto(-100, 0)
pen.pendown()
pen.setheading(-90)
# 画出蜡笔小新的身体和头部
pen.begin_fill()
pen.circle(50)
pen.end_fill()
pen.penup()
pen.goto(-60, -80)
pen.pendown()
pen.setheading(-45)
pen.forward(80)
pen.backward(80)
pen.setheading(-135)
pen.forward(80)
pen.backward(80)
pen.setheading(0)
pen.forward(100)
pen.setheading(-90)
pen.forward(60)
# 画出蜡笔小新的脸和眼睛
pen.penup()
pen.goto(-30, 50)
pen.pendown()
pen.setheading(0)
pen.begin_fill()
pen.circle(30)
pen.end_fill()
pen.penup()
pen.goto(-20, 70)
pen.pendown()
pen.setheading(0)
pen.color('black', 'white')
pen.begin_fill()
pen.circle(10)
pen.end_fill()
pen.penup()
pen.goto(20, 70)
pen.pendown()
pen.setheading(0)
pen.begin_fill()
pen.circle(10)
pen.end_fill()
pen.penup()
pen.goto(-10, 50)
pen.pendown()
pen.setheading(-60)
pen.forward(20)
pen.backward(20)
pen.setheading(-120)
pen.forward(20)
# 画出蜡笔小新的头发
pen.penup()
pen.goto(-50, 90)
pen.pendown()
pen.setheading(-60)
pen.forward(30)
pen.setheading(-120)
pen.forward(30)
pen.setheading(-180)
pen.forward(30)
pen.setheading(-240)
pen.forward(30)
pen.setheading(-300)
pen.forward(30)
# 结束绘画
turtle.done()
```
运行代码后,您就可以看到一个蜡笔小新的图片啦!
阅读全文