简易画图工具(Python),供大家参考,具体内容如下
小黑最近在努力的入门python,正好学习到了Python的tkinker模块下的Canvas(画布)和Button(按钮)再加上相应的事务管理,实现了一个简单的画图小工具。
程序代码
#画图软件的实现 from tkinter.filedialog import * from tkinter import * from tkinter.colorchooser import * win_width=900 win_height=450 class Application(Frame): def __init__(self,master=None,bgcolor="#000000"): super().__init__(master) self.master=master self.bgcolor=bgcolor self.x=0 self.y=0 self.fgcolor="#ff0000" self.lastDraw=0 #表示最后绘制的图形的id self.startDrawFlag=False self.pack() self.createWidget() def createWidget(self): # 创建画板 self.drawCad=Canvas(self,width=win_width,height=win_height*0.9,bg=self.bgcolor) self.drawCad.pack() # 创建按钮 btn_start = Button(self,text="开始",name="start") btn_start.pack(side="left",padx=10) btn_pen = Button(self, text="画笔", name="pen") btn_pen.pack(side="left", padx=10) btn_rect = Button(self, text="矩形", name="rect") btn_rect.pack(side="left", padx=10) btn_clear = Button(self, text="清屏", name="clear") btn_clear.pack(side="left", padx=10) btn_earsor = Button(self, text="橡皮擦", name="earsor") btn_earsor.pack(side="left", padx=10) btn_line = Button(self, text="直线", name="line") btn_line.pack(side="left", padx=10) btn_lineArrow = Button(self, text="箭头直线", name="lineArrow") btn_lineArrow.pack(side="left", padx=10) btn_color = Button(self, text="颜色", name="color") btn_color.pack(side="left", padx=10) #为按钮绑定事件 btn_pen.bind_class("Button","<1>",self.eventManger) self.drawCad.bind("<ButtonRelease-1>",self.stopDraw) def eventManger(self,event): name=event.widget.winfo_name() print(name) if name=="line" : self.drawCad.bind("<B1-Motion>",self.myline) elif name=="lineArrow": self.drawCad.bind("<B1-Motion>", self.mylineArrow) elif name=="rect": self.drawCad.bind("<B1-Motion>", self.myRect) elif name=="pen": self.drawCad.bind("<B1-Motion>", self.myPen) elif name=="earsor": self.drawCad.bind("<B1-Motion>", self.myEarsor) elif name=="clear": self.drawCad.delete("all") elif name=="color": c= askcolor(color=self.fgcolor,title="画笔选择颜色") self.fgcolor=c[1] def myline(self,event): self.startDraw(event) self.lastDraw=self.drawCad.create_line(self.x,self.y,event.x,event.y,fill=self.fgcolor) def mylineArrow(self,event): self.startDraw(event) self.lastDraw = self.drawCad.create_line(self.x, self.y, event.x, event.y,arrow=LAST , fill=self.fgcolor) def myRect(self,event): self.startDraw(event) self.lastDraw = self.drawCad.create_rectangle(self.x, self.y, event.x, event.y, outline=self.fgcolor) def myPen(self,event): self.startDraw(event) self.drawCad.create_rectangle(self.x, self.y, event.x, event.y, outline=self.fgcolor) self.x=event.x self.y=event.y def myEarsor(self,event): self.startDraw(event) self.drawCad.create_rectangle(event.x-4, event.y-4, event.x+4, event.y+4, fill=self.bgcolor) self.x = event.x self.y = event.y def stopDraw(self,event): self.startDrawFlag=False self.lastDraw=0 def startDraw(self,event): self.drawCad.delete(self.lastDraw) if not self.startDrawFlag: self.startDrawFlag = True self.x = event.x self.y = event.y root=Tk() app=Application(root) root.title("简易的画图工具") root.geometry(str(win_width)+"x"+str(win_height)+"+100+100") root.mainloop()
结果展示
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
2024年11月16日
2024年11月16日
- [发烧人声]群星《邂逅》DTS-WAV
- 艻打绿《夏/狂热(苏打绿版)》[320K/MP3][106.42MB]
- 艻打绿《夏/狂热(苏打绿版)》[FLAC分轨][574.2MB]
- 黄雨勳《魔法列车首部曲》[320K/MP3][33.1MB]
- 李蕙敏.2014-记得·销魂新歌+精丫乐意唱片】【WAV+CUE】
- 谢金燕.1995-含泪跳恰蔷冠登】【WAV+CUE】
- 于文文.2024-天蝎座【华纳】【FLAC分轨】
- 黄雨勳《魔法列车首部曲》[FLAC/分轨][173.61MB]
- 群星《歌手2024 第13期》[320K/MP3][50.09MB]
- 群星《歌手2024 第13期》[FLAC/分轨][325.93MB]
- 阿木乃《爱情买卖》DTS-ES【NRG镜像】
- 江蕾《爱是这样甜》DTS-WAV
- VA-Hair(OriginalBroadwayCastRecording)(1968)(PBTHAL24-96FLAC)
- 博主分享《美末2RE》PS5 Pro运行画面 玩家仍不买账
- 《双城之战2》超多新歌MV发布:林肯公园再次献声