2024年10月3日

以鼠标位置进行图像非中心zoom

摘要: #coding=utf-8 # Reference # tkinter的Label控件以及三种布局管理方法 # https://www.cnblogs.com/jackie-lee/p/16191662.html # python 对话框图形界面显示图片 # https://blog.csdn.ne 阅读全文

posted @ 2024-10-03 18:53 Maddock 阅读(4) 评论(0) 推荐(0) 编辑

python findAllfile

摘要: import os def findAllfile(path, allfile): filelist = os.listdir(path) for filename in filelist: filepath = os.path.join(path, filename) # print(filepa 阅读全文

posted @ 2024-10-03 10:35 Maddock 阅读(2) 评论(0) 推荐(0) 编辑

导航