diff --git a/Uptated-Prototype/PiperTTS-GUI-Test.py b/Uptated-Prototype/PiperTTS-GUI-Test.py index 57e1d0c..e497332 100644 --- a/Uptated-Prototype/PiperTTS-GUI-Test.py +++ b/Uptated-Prototype/PiperTTS-GUI-Test.py @@ -199,6 +199,8 @@ 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_Labe2 = Label(Controls_Box_Frame, text="There are {} Lines of text".format(len(Input_Box.get("1.0","end-1c").readlines()))) +My_Test_Label.grid(row=2, column=0, columnspan=4) # Aligning Buttons to grid #C_Button_Clipboard.grid(row=1, column=4)