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

This commit is contained in:
2025-12-20 17:18:23 -08:00
parent 29452aba2f
commit 949b3de89d

View File

@@ -45,7 +45,8 @@ for voice_id, info in data.items():
mylist.append(f"{info["language"]["name_native"]} ({info["language"]["name_english"]}, {info["language"]["country_english"]})")
mylist_code.append(f"{info["language"]["code"]}")
print(list(font.families()))
# Barf out a list of possibnle fonts
#print(list(font.families()))
# Removes duplicate languages choices from list
mylist = list(dict.fromkeys(mylist))