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

This commit is contained in:
2025-12-09 14:58:41 -08:00
parent 4c21b77451
commit 8848cf7f39

View File

@@ -213,9 +213,14 @@ try:
except: except:
print("3 Fuckup.") print("3 Fuckup.")
try: try:
MyTestText = "There are {} Lines of text".format(len(MyTestText.readlines())) MyTestText2 = len(MyTestText.readlines())
except: except:
print("4 Fuckup.") print("4 Fuckup.")
try:
print(MyTestText2)
except:
print("5th Fuckup."
except: except:
print("An exception occurred - trying to count like dracula.") print("An exception occurred - trying to count like dracula.")
My_Test_Labe2 = Label(Controls_Box_Frame, textvariable=MyTestText) My_Test_Labe2 = Label(Controls_Box_Frame, textvariable=MyTestText)