add voices

This commit is contained in:
2025-12-19 15:30:41 -08:00
parent 955b329a16
commit 9500b21471
2 changed files with 7142 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ Window_PosY = (Screen_Height/2) - (Window_Height/2)
# Sets the GUI geometry and attempts to centers window on screen
Root_Window.geometry(f'{Window_Width}x{Window_Height}+{int(Window_PosX)}+{int(Window_PosY)}')
#Root_Window.minsize(Window_Width, Window_Height)
Root_Window.iconphoto(False, PhotoImage(file = "py_piper.png"))
# Root_Window.iconphoto(False, PhotoImage(file = "py_piper.png"))
style = ttk.Style()
style.configure("My.TLabel", foreground="white", background="#404040")

File diff suppressed because it is too large Load Diff