From a45da71815c2c264f63b9bbfe3da4de4adb886b5 Mon Sep 17 00:00:00 2001 From: 10_2 Date: Wed, 8 Jan 2025 09:23:05 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=2010=5F2=20=20?= =?UTF-8?q?=E8=BF=99=E6=98=AF=E4=B8=80=E4=B8=AA10=5F2=E7=94=B5=E8=84=91?= =?UTF-8?q?=E7=9A=84=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2025-1-7-1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/2025-1-7-1.py b/2025-1-7-1.py index ce1c9e9..6d9e870 100644 --- a/2025-1-7-1.py +++ b/2025-1-7-1.py @@ -5,7 +5,7 @@ import time from PIL import Image,ImageTk from pygame.examples.cursors import image -from 二维码生成器 import text_input +from 二维码生成器 import text_input, window class MovingLabel(threading.Thread): @@ -22,4 +22,5 @@ class MovingLabel(threading.Thread): time.sleep(0.02) self.label.destroy() def send(): - text=e1.get() \ No newline at end of file + text=e1.get() + m1=MovingLabel(window,text) \ No newline at end of file