Update Uptated-Prototype/PiperTTS-GUI-Test.py

This commit is contained in:
2025-12-09 16:08:54 -08:00
parent d4e298fc1a
commit 9bf0c1eb8e

View File

@@ -212,6 +212,7 @@ except:
#
def OnKeyPress(event):
Test_var.set("There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())))
print("The Binding Function Was Called!")
#
Input_Box.bind("<KeyPress-KP_Enter>", OnKeyPress)
#