A simple GUI program that acts as a wrapper around the spotdl CLI. Made using streamlit.
- streamlit ->
pip install streamlit
- ffmpeg -> https://ffmpeg.org/download.html
- spotdl ->
pip install spotdl
- After installing all of the required libraries, run,
pip install certifi
.
- Download the source code.
- Extract.
- Do a change directory on your preferred command prompt/terminal
cd ...
to the extracted folder. - Run
streamlit run spotify.py
. - Input a valid folder directory path.
- Input any song name/track or playlist url/album url from spotify
- Press enter and wait till a 'Download done' message is shown.
- View the downloaded MP3 files on the path that you entered earlier.