直接更换库为BeeWare作为窗口库

This commit is contained in:
2021-12-31 07:54:56 +08:00
parent 4bd7fca256
commit acf4c6907e
76 changed files with 848 additions and 433 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
# -*- conding: utf8 -*-
import os
from msctspt.funcOpera import keepart
from src.musicreater.msctspt.funcOpera import keepart
l = 0
for path,dir_list,file_list in os.walk(r"./") :
for file_name in file_list:
if keepart(file_name,'.',None) == '.py':