add voices
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
7141
Uptated-Prototype/voices/voices.json
Normal file
7141
Uptated-Prototype/voices/voices.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user