We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664b125 commit aff2b91Copy full SHA for aff2b91
Sap.py
@@ -44,7 +44,7 @@ def songplay(q):
44
mixer.music.unload()
45
mixer.music.load(q.pop(0))
46
mixer.music.play()
47
- sleep(3)
+ sleep(2)
48
49
song=threading.Thread(target=songplay, args=(q,))
50
@@ -93,10 +93,16 @@ def player(q):
93
if d!='esc':
94
if int(d)-1 in range(len(listdir('songs'))):
95
remove('songs/'+str(listdir('songs')[int(d)-1]))
96
+ elif n.lower()=="cs":
97
+ system("cls")
98
+ print(pop)
99
+ print("\n~~>Built by Avnes\n~~>Bound to be dogshit\n~~>Use at your own risk\n")
100
+ print("Interface cleared. You may proceed.")
101
102
103
play=threading.Thread(target=player, args=(q,))
104
105
106
play.start()
107
song.start()
108
+
Sappy.zip
38.9 MB
0 commit comments