parent
ea1a060252
commit
a45da71815
|
@ -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)
|
Loading…
Reference in New Issue