2021年4月3日星期六

Getting real time data in Tkinter

Consider the code below:

from tkinter import *    screen = Tk()    e =Entry()  e.pack()      screen.mainloop()    

Now how to get to display the length of the characters entered in the e entry widget in real-time? It doesn't matter if the data is displayed in the GUI or Corresponding terminal

https://stackoverflow.com/questions/66937641/getting-real-time-data-in-tkinter April 04, 2021 at 10:55AM

没有评论:

发表评论