- Check the chrome version you are using and install the chromedriver from this link.
- The path to the chromedriver should be
C:\\chromedriver.exe
- Install the required packages from the requirements.txt file using the command
pip install -r requirements
in the terminal. - Run the Python script
- A text file will be generated on the desktop
- Add the song names, one in each line.
- It will automatically download all the songs
- Don't interrupt the process while the downloads are in progress unless you want to stop the downloads.
Happy coding!!