- 博客(7)
- 收藏
- 关注
原创 Excel文档添加水印
Button(self, text="确认", command=self.create_add_watermark).grid(row=5, column=1, sticky=W)Button(self, text="选择文件...", command=self.select_file).grid(row=0, column=2, sticky=W)Button(self, text="取消", command=self.quit_tk).grid(row=5, column=1, sticky=E)
2024-10-11 10:55:55 820
原创 excel报表合并python代码
Button(self,text="合并(多个sheet表)",command=self.excel_merge_by_sheet).grid(row=1,column=1,sticky=W+E+N+S)Button(self, text="合并(单个sheet表)", command=self.excel_merge).grid(row=2, column=1, sticky=W+E+N+S)messagebox.showerror("提示", f"出错了,原因是:{str(e)}")
2024-08-28 11:45:37 966
原创 excel根据字段进行拆分python代码
messagebox.showerror("错误", f"无法写入文件: {str(e)}")messagebox.showerror("错误", f"文件格式错误: {str(ve)}")messagebox.showerror("错误", f"无法读取文件: {str(e)}")messagebox.showerror("错误", "拆分字段不存在于Excel文件中")messagebox.showerror("错误", f"发生错误: {str(e)}")'''一个经典的GUI程序类写法'''
2024-08-15 17:38:54 286
原创 PDF添加水印完整python代码
Button(self, text="确认", command=self.create_add_watermark).grid(row=5, column=1, sticky=W)Button(self, text="取消", command=self.quit_tk).grid(row=5, column=1, sticky=E)self.label07 = Label(self, text="(注:输入整数)").grid(row=4, column=2, sticky=W)
2024-08-07 11:38:39 306
原创 pdf文档添加水印python代码
create_and_add_watermark("D:\\Documents and Settings\\et128\\Desktop\\123\\study.pdf", "D:\\Documents and Settings\\et128\\Desktop\\123\\study-保密.pdf", watermark_texts)("保密", (i * 100, j * 120)) for i in range(8) for j in range(10)c.save() # 保存 PDF 文件。
2024-08-06 14:40:41 388
原创 关键字搜索文件并保存到指定路径Python代码
Button(self,text="确定",command=self.find_and_copy_files_with_keyword).grid(row=3,column=1)self.label01 = Label(self,text="搜索文件路径:")self.label02 = Label(self,text="存放文件路径:")self.label03 = Label(self,text="关键字:")'''一个经典的GUI程序类写法''''''创建登录界面的组件'''# 确保目标文件夹存在。
2024-07-26 18:00:59 588
原创 电脑定时关机python代码
Button(self, text="取消", command=self.cancel_shutdown).grid(row=2, column=1,sticky=E)Button(self, text="确定", command=self.shutdown_time).grid(row=2, column=1,sticky=W)Label(self, text="点 (注:输入0-23之间数字)").grid(row=0, column=2)# 使用线程来处理等待时间。''' 创建登录界面'''
2024-07-25 11:55:26 833
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人