My 1st python code xd

This commit is contained in:
Pardesi_Cat 2023-09-28 01:43:50 +05:30
commit cb2efa7072
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
3 changed files with 11 additions and 0 deletions

BIN
jwm.mp3 Executable file

Binary file not shown.

10
main.py Executable file
View File

@ -0,0 +1,10 @@
# written by Pardesi_cat
import os
from playsound import playsound
a = "jwm.mp3"
print (os.name)
print ('playing..' , a )
playsound('jwm.mp3')

1
requirements.txt Executable file
View File

@ -0,0 +1 @@
playsound2