rewanthtammana / mp3-downloader

Download mp3 file of any song just by giving the song name as parameter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mp3-downloader

mp3 downloader for Linux operating system.
Download any audio file just by giving its name as an argument.

Instructions to run :
For example, I want to download the audio file of "closer" song.
Execute the following command in your terminal.

python code.py "closer"

Generic command -

python code.py "$NAME-OF-THE-SONG-TO-BE-DOWNLOADED"

One.... Two.... Three.... Boom!!!
A downloads folder will be created inside the current directory and the audio file can be found there.

MIT Licensed
Author: Rewanth Cool

About

Download mp3 file of any song just by giving the song name as parameter.

License:MIT License


Languages

Language:Python 100.0%