spotify-to-mp3-converter

image

You can basically understand the process with just this image but for clarity, these are the steps.

Before using the exe download ffmpeg with reference to https://www.youtube.com/watch?v=r1AtmY-RMyQ.

For using the downloader.exe, follow these steps:

As soon as you run it you will be asked some questions. Let me guide you through it!

image

You need to input the directory where you want your music downloaded in, for example C:\Users\%USERPROFILE%\Videos\Music.

If you dont know how to get your directory, here is how:

  1. Open up your file explorer

  2. Go to the location where you would like to save the songs.

image

  1. click next to music

  2. Your directory should be highlighted as follows

  3. image

  4. Simply press Ctrl + c and you have your directory copied!!

now you will have to answer this question: image

If you want to download a song, type song and press enter. If its a playlist, type playlist and press enter.

After that, input the link of the song/playlist image

Voila! your music will be download.

For using source code:

Head over to the Source folder and download the code.

install the requirements by pip install -r requirements.txt

Also download ffmpeg with reference to

Before you run the downloader.py create a spotify developer application, to get your Client Id and Client Secret and copy and paste them in the respective variables in line 54

image

now run the downloader.py with python downloader.py in the command prompt and follow the steps mentioned above

GitHub

View Github