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.pyfor GUI,python3 youtubedl.pyfor NoGUI or runmain.exeincase of Windows users.