You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
music_dir = 'D:\\Songs' # ADD YOUR PATH TO MUSIC DIRECTORY HERE
songs = os.listdir(music_dir)
print(songs)
os.startfile(os.path.join(music_dir, songs[0]))
def vs_code(): #ADD YOUR VS CODE PATH IN codepath BELOW
codePath = "C:\\Users\\ASUS\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Visual Studio Code\\Visual Studio Code" #ADD YOUR VS_CODE PATH HERE