觅风论坛

标题: Python用少量代码即可实现一个二维码识别器源码写法 [打印本页]

作者: 做一个好人    时间: 2023-9-13 08:04
标题: Python用少量代码即可实现一个二维码识别器源码写法
     有时候来到公司,手上拿了很多东西,一下子就忘记打卡了,所以写了个Python脚本,开启自启弹出提醒。今天我们就用Python用少量代码即可实现一个二维码识别器源码写法

  1. import tkinter as tk

  2. def close_window():
  3.     root.destroy()

  4. def popup_menu(event):
  5.     menu.post(event.x_root, event.y_root)

  6. def toggle_text_color():
  7.     if text_label.cget("fg") == "#ffffff":
  8.         text_label.config(fg="#000000")
  9.     else:
  10.         text_label.config(fg="#ffffff")
  11.     root.after(500, toggle_text_color)  # 500毫秒后再次调用自身

  12. root = tk.Tk()
  13. root.overrideredirect(True)  # 隐藏窗口边框

  14. window_width = 1200
  15. window_height = 450

  16. screen_width = root.winfo_screenwidth()
  17. screen_height = root.winfo_screenheight()

  18. x_coordinate = (screen_width - window_width) // 2
  19. y_coordinate = (screen_height - window_height) // 2

  20. root.geometry(f"{window_width}x{window_height}+{x_coordinate}+{y_coordinate}")
  21. root.configure(bg="#ff0000")

  22. menu = tk.Menu(root, tearoff=0)
  23. menu.add_command(label="退出", command=close_window)

  24. root.bind("<Button-3>", popup_menu)  # 右键点击触发弹出菜单

  25. # 添加文本标签
  26. text_label = tk.Label(root, text="上班打卡提醒~", font=("Arial", 70), fg="#ffffff", bg="#ff0000")
  27. text_label.place(relx=0.5, rely=0.5, anchor="center")

  28. # 开始文字颜色闪烁
  29. toggle_text_color()

  30. root.mainloop()
复制代码



作者: 4414513216511    时间: 2023-9-13 13:05
厉害,我挺你,嘻嘻嘻。
作者: 216341564213    时间: 2023-9-13 18:07
还是看不懂,复杂
作者: 1378409920    时间: 2023-9-13 23:09
这个好好支持一下
作者: NUNU    时间: 2023-9-14 04:10
碉堡了!
作者: 企鹅6655    时间: 2023-9-14 09:12
感觉不错
作者: 哈哈哈哈    时间: 2023-9-14 14:19
觅风论坛需要你
作者: jhasgvcah    时间: 2023-9-14 19:27
感谢这个i资源
作者: 哈哈哈哈    时间: 2023-9-15 00:34
谢谢楼主,,,收藏ing
作者: NUNU    时间: 2023-9-15 05:42
期待中......
作者: lloveyouko    时间: 2023-9-15 10:49
看帖子的要发表下看法
作者: 雨点    时间: 2023-9-15 14:41
感谢感谢分享
作者: 476572199    时间: 2023-9-15 18:34
还是看不懂,复杂
作者: wwww    时间: 2023-9-15 22:27
好像还不错!
作者: 光光    时间: 2023-9-16 02:19
很不错的哦,支持,加油
作者: 雨点    时间: 2023-9-16 06:12
藕是来打酱油滴...
作者: 柠檬    时间: 2023-9-16 16:09
感谢这个i资源
作者: 佳佳    时间: 2023-9-17 02:06
00.000...000
作者: 柠檬    时间: 2023-9-17 12:02
支持,赞
作者: liushengchaows    时间: 2023-9-17 21:59
这个好好支持一下
作者: wang798403789    时间: 2023-9-18 07:56
感谢您的无私精神...
作者: 李海低    时间: 2023-9-18 11:10
豆腐干士大夫
作者: 唉唉唉    时间: 2023-9-18 14:23
感谢这个i资源
作者: 我叫很钢    时间: 2023-9-18 17:37
11111111111111111111111111
作者: 我去前面探探路    时间: 2023-9-18 20:50
前来支持~~~~~~~~~~~~~~~~~~~
作者: 徐少    时间: 2023-9-19 00:04
感觉不错
作者: 1225061801    时间: 2023-9-19 01:55
阿斯蒂芬撒反对
作者: qqq00123    时间: 2023-9-19 03:47
看看,到底好不好,想学学看看
作者: dsdasf    时间: 2023-9-19 05:38
前来支持~~~~~~~~~~~~~~~~~~~
作者: qqq00123    时间: 2023-9-19 07:30
谢谢楼主,,,收藏ing
作者: SDS    时间: 2023-9-19 09:21
还是看不懂,复杂
作者: 萨拉空军司令的    时间: 2023-9-19 20:39
回复查看隐藏内容
作者: yu1616    时间: 2023-9-20 07:57
66666666666666666666
作者: 13778890079    时间: 2023-9-20 19:15
9999999999999999
作者: 6360120    时间: 2023-9-21 06:33
觅风论坛需要你
作者: xiaojian    时间: 2023-9-21 17:51
学习中,看看代码啥情况
作者: 图样图森破丶    时间: 2023-9-21 21:39
还不错觅风论坛欢迎你
作者: 565562216    时间: 2023-9-22 01:27
11111111111111111111111111
作者: 找找找    时间: 2023-9-22 05:15
好像还不错!
作者: Dim星痕    时间: 2023-9-22 09:03
路过还不错
作者: 565562216    时间: 2023-9-22 12:51
必须支持。。。。。。。
作者: 星梦无痕    时间: 2023-9-22 22:33
回复查看隐藏内容
作者: 火狐    时间: 2023-9-23 08:14
看看看看看看看看看看看看
作者: 火狐    时间: 2023-9-23 17:55
学习中,看看代码啥情况
作者: qq1354596367    时间: 2023-9-24 03:37
这就是传说中的好资源吗?赶紧看看去!
作者: qq1354596367    时间: 2023-9-24 13:18
好像还不错!
作者: wangye263    时间: 2023-9-24 13:55
我要下载试试,我要下载试试...
作者: wangye263    时间: 2023-9-24 14:31
想学唉,可惜现在的我啥都不会
作者: lmx0618    时间: 2023-9-24 15:07
这个不错,谢谢共享
作者: yu2353173832    时间: 2023-9-24 15:43
非常不错,感谢分享!
作者: 80590711    时间: 2023-9-24 16:19
碉堡了!
作者: 星梦无痕    时间: 2023-9-24 20:35
感谢分享LOL
作者: 斯蒂芬    时间: 2023-9-25 00:51
我今天才找到这个论坛,非常高兴,加入到觅风老师的论坛
作者: 骚年    时间: 2023-9-25 05:07
学习下  学习下  学习下
作者: 星梦无痕    时间: 2023-9-25 09:23
看看,到底好不好,想学学看看
作者: a466911461    时间: 2023-9-25 13:39
不错不错 支持下




欢迎光临 觅风论坛 (https://www.eyyba.com/) Powered by Discuz! X3.4