We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ddce6 commit 7dd5244Copy full SHA for 7dd5244
mp3 Downloader/README.md
@@ -0,0 +1,12 @@
1
+### Steps to execute the script (only for Windows OS):
2
+
3
+1. Check the chrome version you are using and install the chromedriver from [this](https://chromedriver.chromium.org/downloads) link.
4
+2. The path to the chromedriver should be `C:\\chromedriver.exe`
5
+3. Install the required packages from the requirements.txt file using the command `pip install -r requirements` in the terminal.
6
+4. Run the Python script
7
+5. A text file will be generated on the desktop
8
+6. Add the song names, one in each line.
9
+7. It will automatically download all the songs
10
+8. Don't interrupt the process while the downloads are in progress unless you want to stop the downloads.
11
12
+Happy coding!!
mp3 Downloader/requirements.txt
652 Bytes
0 commit comments