Skip to content

Commit 7dd5244

Browse files
committed
Added README.md and requirements.txt
1 parent b0ddce6 commit 7dd5244

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

mp3 Downloader/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Binary file not shown.

0 commit comments

Comments
 (0)