Signed-off-by: 10_2 <sairate@sina.cn>

这是一个10_2电脑的更改
This commit is contained in:
10_2 2025-01-08 09:23:05 +08:00
parent ea1a060252
commit a45da71815
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import time
from PIL import Image,ImageTk from PIL import Image,ImageTk
from pygame.examples.cursors import image from pygame.examples.cursors import image
from 二维码生成器 import text_input from 二维码生成器 import text_input, window
class MovingLabel(threading.Thread): class MovingLabel(threading.Thread):
@ -23,3 +23,4 @@ class MovingLabel(threading.Thread):
self.label.destroy() self.label.destroy()
def send(): def send():
text=e1.get() text=e1.get()
m1=MovingLabel(window,text)