Python教程37:使用turtle画一个戴帽子的皮卡丘

2024-01-09 21:04

本文主要是介绍Python教程37:使用turtle画一个戴帽子的皮卡丘,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

---------------turtle源码集合---------------

Python教程36:海龟画图turtle写春联

Python源码35:海龟画图turtle画中国结

Python源码31:海龟画图turtle画七道彩虹

Python源码30:海龟画图turtle画紫色的小熊

Python源码29:海龟画图turtle画太极图

Python源码28:海龟画图turtle画熊猫

Python源码27:海龟画图turtle画动态圆舞曲

Python源码26:海龟画图turtle画向日葵

Python源码25:海龟画图turtle画小猪佩奇

Python源码24:使用海龟画图turtle画滑板

Python源码23:使用海龟画图turtle画小狗狗

Python源码22:使用海龟画图turtle画今天日期

Python源码21:使用海龟画图turtle画太阳,云朵,房子,绿树

Python源码20:使用海龟画图turtle画一个会动的星空

Python源码19:海龟画图turtle画螺旋的彩色的逐渐放大的文字

Python源码18:使用海龟画图turtle画捂脸表情

Python源码17:使用海龟画图turtle画五星红旗

Python源码16:使用海龟画图turtle画会动的时钟

Python源码15:使用海龟画图turtle画小黄人

Python源码14:使用海龟画图turtle画我的城堡

Python源码分享13:使用海龟画图turtle画一个会眨眼的皮卡丘

Python源码分享12:使用turtle画彩色六边形

Python源码分享11:使用海龟画图turtle画航天火箭

Python源码分享10:使用海龟画图turtle画哆啦A梦

Python源代码分享:02海龟画图五角星

Python源代码分享:03画一个奥运五环图

Python源代码分享:05使用turtle模块绘制一个彩色螺旋图案

Python源代码分享:07画满天繁星

Python源码分享08:使用turtle画一朵玫瑰花

Python源码分享10:使用海龟画图turtle画哆啦A梦

Python源码分享11:使用海龟画图turtle画航天火箭

Python源码分享12:使用turtle画彩色六边形
在这里插入图片描述

# @Author : 小红牛
# 微信公众号:WdPython
import turtle as t# 设置背景颜色,窗口位置以及大小
t.colormode(255)  # 颜色模式
t.speed(0)
t.screensize(800, 700, "white")  # 画布大小背景颜色
t.setup(width=800, height=700, startx=None, starty=None)  # 绘图窗口的大小和起始坐标
# t.bgpic("di_2_800.gif")
t.title("皮卡丘!")  # 设置绘图窗口的标题
t.resizemode('noresize')  # 大小调整模式:auto,user,noresize
t.tracer(1)
t.hideturtle()def mlingpen(x, y):t.penup()t.goto(x, y)t.pendown()def mlingpkqface(x, y):mlingpen(x, y)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#FBD624')t.begin_fill()t.seth(40)t.circle(100, 30)t.circle(40, 60)t.right(30)t.circle(160, 20)t.seth(-20)t.circle(300, 30)t.circle(30, 50)t.left(85)t.circle(300, 85)t.left(1)t.circle(300, 35)t.circle(30, 40)t.seth(40)t.circle(300, 32)t.right(150)t.circle(100, 30)t.circle(30, 60)t.left(180)t.circle(100, 60)t.right(30)t.circle(100, 60)t.circle(70, 120)t.circle(-120, 80)t.circle(35, 140)t.right(60)t.circle(300, 23)t.right(60)t.fd(10)t.left(90)t.fd(10)t.right(60)t.fd(10)t.left(90)t.circle(30, 23)t.right(60)t.fd(10)t.left(90)t.circle(90, 80)t.right(170)t.circle(70, 65)t.right(20)t.circle(-150, 20)t.circle(20, 90)t.right(200)t.circle(50, 50)t.goto(x, y)t.end_fill()t.penup()t.goto(-72, -25)t.pendown()t.pencolor("#923E24")t.fillcolor("#923E24")t.begin_fill()t.seth(-6)t.circle(120, 30)t.right(160)t.circle(-50, 65)t.end_fill()mlingpen(209.21, 135.02)t.pensize(3)t.pencolor("#000000")t.fillcolor('#000000')t.seth(145)t.begin_fill()t.circle(300, 12)t.left(50)t.circle(60, 59)t.left(88)t.circle(190, 30)t.end_fill()mlingpen(-253.14, -105.48)t.pensize(3)t.pencolor("#000000")t.fillcolor('#000000')t.seth(40)t.begin_fill()t.circle(300, 12)t.left(50)t.circle(60, 57)t.left(88)t.circle(190, 30)t.end_fill()def mlingpkqyingyinying():t.penup()t.seth(0)t.pensize(1)t.pencolor("#DDA120")t.fillcolor('#DDA120')t.begin_fill()t.left(220)mlingpen(-179, -90)t.circle(97, 60)t.circle(69, 122)t.circle(-120, 80)t.circle(33, 135)t.left(90)t.circle(-25, 150)t.left(175)t.circle(-60, 140)t.left(175)t.circle(-60, 100)t.right(5)t.circle(85, 60)t.goto(-179, -90)t.end_fill()t.penup()t.penup()t.seth(0)mlingpen(115.87, -170.16)t.pencolor("#eca9a9")t.fillcolor('#eca9a9')t.begin_fill()t.left(45)t.circle(300, 20)t.circle(8, 155)t.left(3)t.circle(300, 20)t.circle(9, 155)t.goto(115.87, -170.16)t.end_fill()t.penup()def mlingpkqjiao():mlingpen(-215, -160)t.pensize(3)t.pencolor("#FBD624")t.fillcolor('#FBD624')t.begin_fill()t.seth(-30)t.circle(30, 70)t.left(20)t.circle(-50, 150)t.circle(10, 160)t.circle(80, 80)t.left(5)t.circle(75, 110)t.goto(-210, -160)t.penup()t.end_fill()mlingpen(-149, -191)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#FBD624')t.begin_fill()t.seth(0)t.left(40)t.circle(148, 55)t.right(38)t.fd(20)t.left(128)t.fd(15)t.right(88)t.fd(15)t.left(128)t.fd(15)t.right(88)t.fd(15)t.left(128)t.fd(15)t.right(45)t.circle(130, 60)t.circle(23, 75)t.end_fill()mlingpen(-149, -180)t.pensize(3)t.pencolor("#eca9a9")t.fillcolor('#eca9a9')t.begin_fill()t.seth(0)t.left(45)t.circle(148, 45)t.left(45)t.circle(15, 110)t.right(18)t.circle(130, 40)t.circle(17, 100)t.end_fill()def mlingpkqcap():mlingpen(-210, 95)t.pensize(4)t.pencolor("#000000")t.fillcolor('#CD0000')t.begin_fill()t.seth(290)t.circle(45, 80)t.circle(345, 30)t.circle(45, 90)t.left(2)t.fd(120)t.left(45)t.circle(200, 60)t.goto(-210, 95)t.end_fill()t.left(175)t.circle(-290, 50)t.pencolor("#000000")t.pensize(3)t.pencolor("#000000")t.fillcolor('#ffffff')mlingpen(-160, 272)t.begin_fill()t.goto(-80, 260)t.goto(-45, 200)t.left(186)t.circle(230, 41)t.goto(-210, 200)t.goto(-180, 270)t.goto(-160, 272)t.end_fill()mlingpen(-175, 265)t.seth(0)t.begin_fill()t.circle(13)t.end_fill()t.penup()mlingpen(-125, 222)t.pensize(7)t.pencolor("#6ba65a")t.goto(-140, 225)t.pensize(9)t.goto(-155, 170)t.left(45)t.circle(-130, 30)t.pensize(3)mlingpen(-205, 96)t.pensize(3)t.pencolor("#ffffff")t.seth(286)t.circle(39, 74)t.left(9)t.circle(331, 32)t.circle(45, 80)t.pensize(3)def mlingpkqeye():t.color("#000000", "#702c00")mlingpen(-110, 24)t.begin_fill()t.seth(0)t.circle(24)t.end_fill()mlingpen(-110, 31)t.color("black", "black")t.begin_fill()t.circle(20)t.end_fill()t.color("white", "white")mlingpen(-105, 53)t.begin_fill()t.circle(8)t.end_fill()t.color("#000000", "#702c00")mlingpen(0, 62)t.begin_fill()t.seth(0)t.circle(24)t.end_fill()mlingpen(2, 70)t.color("black", "black")t.begin_fill()t.circle(20)t.end_fill()mlingpen(5, 92)t.color("white", "white")t.begin_fill()t.circle(8)t.penup()t.end_fill()t.hideturtle()def mlingpkqcheek1():t.color("#9E4406", "#FE2C21")t.penup()t.goto(-130, -50)t.pendown()t.begin_fill()t.setheading(0)t.circle(27)t.end_fill()t.color("#9E4406", "#FE2C21")t.penup()mlingpen(53, -20)t.pendown()t.begin_fill()t.setheading(0)t.circle(27)t.end_fill()def mlingweiba(x, y):mlingpen(x, y)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#CD853F')t.begin_fill()t.seth(40)t.fd(200)t.seth(-80)t.fd(150)t.seth(210)t.fd(150)t.left(90)t.fd(100)t.right(95)t.fd(100)t.left(110)t.fd(70)t.right(110)t.fd(80)t.left(110)t.fd(30)t.right(110)t.fd(32)t.right(106)t.circle(100, 25)t.right(15)t.circle(-300, 2)t.seth(30)t.fd(40)t.left(100)t.fd(70)t.right(100)t.fd(80)t.left(100)t.fd(46)t.seth(66)t.circle(200, 38)t.right(10)t.fd(10)t.end_fill()mlingpen(202, 250)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#FBD624')t.begin_fill()t.seth(220)t.fd(120)t.circle(75, 120)t.left(50)t.fd(110)t.end_fill()def mlingpkqcheek2(x, y, fx):mlingpen(x, y)t.seth(fx)t.pencolor("#840101")t.fillcolor('#CD0000')t.begin_fill()n = 1.8for i in range(120):if 0 <= i < 30 or 60 <= i < 90:n -= 0.05t.left(3)t.fd(n)else:n += 0.05t.left(3)t.fd(n)t.end_fill()def mlingpkqmouth():mlingpen(-60, 20)t.pensize(3)t.pencolor("#923E24")t.seth(-48)t.begin_fill()t.circle(15, 110)t.right(90)t.circle(15, 110)t.seth(0)mlingpen(-50, 45)t.circle(5, 180)def mlingpkqshou1():mlingpen(-130, -30)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#FBD624')t.seth(100)t.begin_fill()t.circle(130, 30)t.right(100)t.fd(10)t.left(90)t.fd(10)t.right(60)t.fd(10)t.left(90)t.fd(10)t.right(30)t.fd(10)t.left(90)t.fd(10)t.right(30)t.fd(10)t.left(90)t.fd(10)t.right(50)t.circle(70, 150)t.end_fill()mlingpen(-138, -67)t.pensize(2)t.pencolor("#DDA120")t.fillcolor('#DDA120')t.left(90)t.begin_fill()t.circle(40, 40)t.left(10)t.circle(-60, 70)t.left(40)t.circle(30, 40)t.left(83)t.circle(70, 110)t.end_fill()def mlingpkqshou2():mlingpen(0, -40)t.pensize(3)t.pencolor("#923E24")t.fillcolor('#FBD624')t.seth(200)t.begin_fill()t.circle(55, 90)t.fd(10)t.left(90)t.fd(10)t.right(60)t.fd(10)t.left(90)t.fd(10)t.right(90)t.fd(10)t.left(90)t.fd(10)t.right(60)t.fd(10)t.left(90)t.fd(10)t.right(50)t.circle(60, 80)t.end_fill()def mlingpkqball():mlingpen(-30, -250)t.pensize(3)t.pencolor("#000000")t.fillcolor('#CD0000')t.seth(0)t.begin_fill()t.circle(80)t.end_fill()mlingpen(-110, -170)t.seth(-90)t.pencolor("#000000")t.fillcolor('#ffffff')t.begin_fill()t.circle(80, 180)t.end_fill()t.pensize(12)mlingpen(-105, -170)t.pencolor("#000000")t.goto(44, -170)t.pensize(3)mlingpen(-4, -170)t.pencolor("#000000")t.fillcolor('#000000')t.begin_fill()t.circle(28)t.end_fill()mlingpen(-11, -170)t.pencolor("#000000")t.fillcolor('#ffffff')t.begin_fill()t.circle(20)t.end_fill()mlingpen(-21, -170)t.pencolor("#000000")t.fillcolor('#ffffff')t.begin_fill()t.circle(10)t.end_fill()def main():mlingweiba(50, 120)mlingpkqface(30, 0)mlingpkqyingyinying()mlingpkqcap()mlingpkqcheek2(-140, -10, 300)mlingpkqcheek2(60, 50, 80)mlingpkqshou1()mlingpkqjiao()mlingpkqball()mlingpkqshou2()mlingpkqmouth()mlingpkqeye()t.color('#321320')
t.penup()
t.goto(260, -40)
t.pendown()
t.write('我\n是\n一\n只\n电\n气\n鼠\n', align="center", font=("楷体", 15, "normal"))
t.penup()
t.goto(290, 215)
t.pendown()
t.write('皮\n卡\n丘\n', align="center", font=("楷体", 18, "normal"))if __name__ == '__main__':main()t.done()t.hideturtle()

完毕!!感谢您的收看

----------★★历史博文集合★★----------
我的零基础Python教程,Python入门篇 进阶篇 视频教程 Py安装py项目 Python模块 Python爬虫 Json Xpath 正则表达式 Selenium Etree CssGui程序开发 Tkinter Pyqt5 列表元组字典数据可视化 matplotlib 词云图 Pyecharts 海龟画图 Pandas Bug处理 电脑小知识office自动化办公 编程工具
在这里插入图片描述

这篇关于Python教程37:使用turtle画一个戴帽子的皮卡丘的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/588425

相关文章

Spring Security 从入门到进阶系列教程

Spring Security 入门系列 《保护 Web 应用的安全》 《Spring-Security-入门(一):登录与退出》 《Spring-Security-入门(二):基于数据库验证》 《Spring-Security-入门(三):密码加密》 《Spring-Security-入门(四):自定义-Filter》 《Spring-Security-入门(五):在 Sprin

中文分词jieba库的使用与实景应用(一)

知识星球:https://articles.zsxq.com/id_fxvgc803qmr2.html 目录 一.定义: 精确模式(默认模式): 全模式: 搜索引擎模式: paddle 模式(基于深度学习的分词模式): 二 自定义词典 三.文本解析   调整词出现的频率 四. 关键词提取 A. 基于TF-IDF算法的关键词提取 B. 基于TextRank算法的关键词提取

python: 多模块(.py)中全局变量的导入

文章目录 global关键字可变类型和不可变类型数据的内存地址单模块(单个py文件)的全局变量示例总结 多模块(多个py文件)的全局变量from x import x导入全局变量示例 import x导入全局变量示例 总结 global关键字 global 的作用范围是模块(.py)级别: 当你在一个模块(文件)中使用 global 声明变量时,这个变量只在该模块的全局命名空

使用SecondaryNameNode恢复NameNode的数据

1)需求: NameNode进程挂了并且存储的数据也丢失了,如何恢复NameNode 此种方式恢复的数据可能存在小部分数据的丢失。 2)故障模拟 (1)kill -9 NameNode进程 [lytfly@hadoop102 current]$ kill -9 19886 (2)删除NameNode存储的数据(/opt/module/hadoop-3.1.4/data/tmp/dfs/na

Hadoop数据压缩使用介绍

一、压缩原则 (1)运算密集型的Job,少用压缩 (2)IO密集型的Job,多用压缩 二、压缩算法比较 三、压缩位置选择 四、压缩参数配置 1)为了支持多种压缩/解压缩算法,Hadoop引入了编码/解码器 2)要在Hadoop中启用压缩,可以配置如下参数

Makefile简明使用教程

文章目录 规则makefile文件的基本语法:加在命令前的特殊符号:.PHONY伪目标: Makefilev1 直观写法v2 加上中间过程v3 伪目标v4 变量 make 选项-f-n-C Make 是一种流行的构建工具,常用于将源代码转换成可执行文件或者其他形式的输出文件(如库文件、文档等)。Make 可以自动化地执行编译、链接等一系列操作。 规则 makefile文件

使用opencv优化图片(画面变清晰)

文章目录 需求影响照片清晰度的因素 实现降噪测试代码 锐化空间锐化Unsharp Masking频率域锐化对比测试 对比度增强常用算法对比测试 需求 对图像进行优化,使其看起来更清晰,同时保持尺寸不变,通常涉及到图像处理技术如锐化、降噪、对比度增强等 影响照片清晰度的因素 影响照片清晰度的因素有很多,主要可以从以下几个方面来分析 1. 拍摄设备 相机传感器:相机传

【Python编程】Linux创建虚拟环境并配置与notebook相连接

1.创建 使用 venv 创建虚拟环境。例如,在当前目录下创建一个名为 myenv 的虚拟环境: python3 -m venv myenv 2.激活 激活虚拟环境使其成为当前终端会话的活动环境。运行: source myenv/bin/activate 3.与notebook连接 在虚拟环境中,使用 pip 安装 Jupyter 和 ipykernel: pip instal

pdfmake生成pdf的使用

实际项目中有时会有根据填写的表单数据或者其他格式的数据,将数据自动填充到pdf文件中根据固定模板生成pdf文件的需求 文章目录 利用pdfmake生成pdf文件1.下载安装pdfmake第三方包2.封装生成pdf文件的共用配置3.生成pdf文件的文件模板内容4.调用方法生成pdf 利用pdfmake生成pdf文件 1.下载安装pdfmake第三方包 npm i pdfma

零基础学习Redis(10) -- zset类型命令使用

zset是有序集合,内部除了存储元素外,还会存储一个score,存储在zset中的元素会按照score的大小升序排列,不同元素的score可以重复,score相同的元素会按照元素的字典序排列。 1. zset常用命令 1.1 zadd  zadd key [NX | XX] [GT | LT]   [CH] [INCR] score member [score member ...]