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