Update Uptated-Prototype/PiperTTS-GUI-Test.py
This commit is contained in:
@@ -44,7 +44,6 @@ def PiperTTS_GUI_Play():
|
||||
except:
|
||||
print("An exception occurred - when pressing Play Button.")
|
||||
|
||||
|
||||
#
|
||||
def PiperTTS_GUI_Pause():
|
||||
try:
|
||||
@@ -57,7 +56,6 @@ def PiperTTS_GUI_Pause():
|
||||
except:
|
||||
print("An exception occurred - when pressing Pause Button.")
|
||||
|
||||
|
||||
#
|
||||
def PiperTTS_GUI_Stop():
|
||||
try:
|
||||
@@ -68,7 +66,6 @@ def PiperTTS_GUI_Stop():
|
||||
except:
|
||||
print("An exception occurred - when pressing Stop Button.")
|
||||
|
||||
|
||||
#
|
||||
def PiperTTS_GUI_Previous():
|
||||
try:
|
||||
@@ -79,7 +76,6 @@ def PiperTTS_GUI_Previous():
|
||||
except:
|
||||
print("An exception occurred - when pressing Previous Button.")
|
||||
|
||||
|
||||
#
|
||||
def PiperTTS_GUI_Next():
|
||||
try:
|
||||
@@ -90,7 +86,6 @@ def PiperTTS_GUI_Next():
|
||||
except:
|
||||
print("An exception occurred - when pressing Next Button.")
|
||||
|
||||
|
||||
#
|
||||
def PiperTTS_GUI_Clipboard():
|
||||
try:
|
||||
@@ -101,7 +96,6 @@ def PiperTTS_GUI_Clipboard():
|
||||
except:
|
||||
print("An exception occurred - when pressing Clipboard Button.")
|
||||
|
||||
|
||||
# Deleting info messages
|
||||
def PiperTTS_GUI_Hide_All_Labels():
|
||||
try:
|
||||
@@ -110,7 +104,6 @@ def PiperTTS_GUI_Hide_All_Labels():
|
||||
except:
|
||||
print("An exception occurred - when attempting to hide previous messages.")
|
||||
|
||||
|
||||
# Creating Buttons
|
||||
C_Button_Clipboard = Button(Root_Window, text="📋", pady=20, padx=30, command=PiperTTS_GUI_Clipboard)
|
||||
C_Button_Play = Button(Root_Window, text="▶", pady=20, padx=30, command=PiperTTS_GUI_Play)
|
||||
|
||||
Reference in New Issue
Block a user