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

This commit is contained in:
2025-11-26 09:43:30 -08:00
parent a8edcce95b
commit 1cf83df3bf

View File

@@ -6,8 +6,8 @@ Root_Window = Tk()
Root_Window.title("PiperTTS - Prototype GUI") # Sets the GUI Title Root_Window.title("PiperTTS - Prototype GUI") # Sets the GUI Title
# Setting up Window Starting Size and Position # Setting up Window Starting Size and Position
Window_Width = 400 Window_Width = 425
Window_Height = 500 Window_Height = 575
# Getting Screen Width and Height # Getting Screen Width and Height
Screen_Width = Root_Window.winfo_screenwidth() Screen_Width = Root_Window.winfo_screenwidth()
Screen_Height = Root_Window.winfo_screenheight() Screen_Height = Root_Window.winfo_screenheight()