Commit 8f619d02 by BellCodeEditor

save project

parent a0da175e
Showing with 5 additions and 5 deletions
......@@ -11,11 +11,11 @@ stop_img = pygame.image.load('stop.png') # 暂停按钮
last_img = pygame.image.load('last.png') # 上一曲按钮
next_img = pygame.image.load('next.png') # 下一曲按钮
logo_img = pygame.image.load('logo.png') # 下一曲按钮
music_list[]
path="C:\Users\玛酷机器人002\Desktop"
music_list=os.listdir.(path)
for i in ,usic_list():
if i[-4:]=="ogg" or i [-4] ==".wav":
music_list=[]
path="c:\Users\玛酷机器人002\Desktop\5555555"
filelist=os.listdir (path)
for i in filelist:
if i[-4:]=="ogg" or i[-4] ==".wav":
music_list.append(i)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment