A python script which downloads any song to your device just by the name of it.
- Download songs with just the song name.
- Supports both YouTube and Spotify url and as a whole playlist.
- Must have FFMPEG in the working directory.
- Python requirements:
- Needs Python3
pip3 install -r requirements.txt
- Download the files from the Gdrive here.
- Make sure all the files from the above link are in the same folder before running.
- Run
python3 main.py
for GUI,python3 youtubedl.py
for NoGUI or runmain.exe
incase of Windows users.