mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-05 20:06:23 +00:00
新增英语支持
This commit is contained in:
@ -1320,7 +1320,7 @@ def __main__():
|
||||
|
||||
import random
|
||||
|
||||
texts = open('./resources/mySayings.txt','r',encoding='utf-8').readlines()
|
||||
texts = open('./resources/myWords.txt','r',encoding='utf-8').readlines()
|
||||
|
||||
tk.Label(DownFrame,text=texts[random.randint(0,len(texts)-1)].replace('\n','').replace('\\n','\n'),fg='white',bg='black',font=('DengXian Light',20)).pack(fill='x')
|
||||
|
||||
|
Reference in New Issue
Block a user