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
songs_list_path=os.path.join(Path.home(), "Desktop", "Songs List for Automated Download.txt")
12
+
13
+
ifnotos.path.exists(songs_list_path):
14
+
f_temp=open(songs_list_path, 'w')
15
+
f_temp.close()
16
+
nt.notify(
17
+
title="Mp3 Songs Automatic Downloader",
18
+
message='A temporary file named "Songs List for Automated Download" has been created. Please enter the songs (one in each line), save it and run the application again!',
0 commit comments