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

This commit is contained in:
2025-12-06 12:55:42 -08:00
parent e9d963852f
commit 07208cb544

View File

@@ -57,10 +57,10 @@ def PiperTTS_GUI_PlayAndPause():
print("An exception occurred - when pressing Play And Pause Button.") print("An exception occurred - when pressing Play And Pause Button.")
# Creating Buttons # Creating Buttons
GUI_Button_PlayAndPause = ttk.Button(Controls_Box_Frame, text="", pady=5, padx=5, command=PiperTTS_GUI_PlayAndPause) GUI_Button_PlayAndPause = ttk.Button(Controls_Box_Frame, text="", command=PiperTTS_GUI_PlayAndPause)
GUI_Button_Stop = ttk.Button(Controls_Box_Frame, text="", pady=5, padx=5) GUI_Button_Stop = ttk.Button(Controls_Box_Frame, text="")
GUI_Button_previous = ttk.Button(Controls_Box_Frame, text="", pady=5, padx=5) GUI_Button_previous = ttk.Button(Controls_Box_Frame, text="")
GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="", pady=5, padx=5) GUI_Button_Next = ttk.Button(Controls_Box_Frame, text="")
# Creating a Test Text Label # Creating a Test Text Label
My_Test_Label = Label(Controls_Box_Frame, text="Test Text?") My_Test_Label = Label(Controls_Box_Frame, text="Test Text?")