parent
ea1a060252
commit
a45da71815
|
@ -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()
|
||||
text=e1.get()
|
||||
m1=MovingLabel(window,text)
|
Loading…
Reference in New Issue