From da110641ad5cb7b117b1affa1d63312eac064d33 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Tue, 9 Dec 2025 15:27:51 -0800 Subject: [PATCH] Update Uptated-Prototype/PiperTTS-GUI-Test.py --- Uptated-Prototype/PiperTTS-GUI-Test.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 42a10a5..ba980e9 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -204,8 +204,15 @@ C_Button_Next = Button(Controls_Box_Frame, text="⏭", pady=5, padx=5, command=P 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="") +try: + Test_var = StringVar(value = "0") +except: + print("Mkay did not work.") +# +My_Test_Label2 = Label(Controls_Box_Frame, textvariable=Test_var) +My_Test_Label2["values"] = Test_var #My_Test_Label2["text"] = MyTestText2 +''' try: try: #MyTestText = Input_Box.get("1.0","end-1c") @@ -215,6 +222,7 @@ try: print("Fuckup again.") except: print("An exception occurred - trying to count like dracula.") +''' My_Test_Label2.grid(row=2, column=0, columnspan=4) # Aligning Buttons to grid