From 754d44054eb37f757781deb9b06ae2c0f5b63941 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:20:49 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index c9d07df..42a10a5 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -203,16 +203,18 @@ C_Button_Next = Button(Controls_Box_Frame, text="⏭", pady=5, padx=5, command=P # Creating a Test Text Label My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") My_Test_Label.grid(row=0, column=0, columnspan=4) +# +My_Test_Label2 = Label(Controls_Box_Frame, text="") +#My_Test_Label2["text"] = MyTestText2 try: try: #MyTestText = Input_Box.get("1.0","end-1c") - MyTestText2 = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) + #MyTestText2 = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) + My_Test_Label2["text"] = "There are {}, lines".format(len(Input_Box.get("1.0","end-1c").splitlines())) except: print("Fuckup again.") except: print("An exception occurred - trying to count like dracula.") -My_Test_Label2 = Label(Controls_Box_Frame, text="") -My_Test_Label2["text"] = MyTestText2 My_Test_Label2.grid(row=2, column=0, columnspan=4) # Aligning Buttons to grid