Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -230,8 +230,7 @@ def OnKeyPress(event):
|
|||||||
print("The Binding Function Was Called!")
|
print("The Binding Function Was Called!")
|
||||||
#
|
#
|
||||||
def OnKeyPress2nd(event):
|
def OnKeyPress2nd(event):
|
||||||
TempText = Input_Box.get("1.0","end-1c")
|
result = Input_Box.count("1.0", "end-1c", "displaylines")
|
||||||
result = TempText.count("1.0", "end-1c", "displaylines")
|
|
||||||
print(result)
|
print(result)
|
||||||
print("The 2nd Binding Function Was Called!")
|
print("The 2nd Binding Function Was Called!")
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user