Skip to content

AmirMohammad2003/soundcloud-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundcloud-downloader

Installation and Usage

  1. make sure you have python3 installed or in case you don't you can download it from python.org

  2. clone the repository, if you don't have git installed you can download the source code.

git clone https://github.com/AmirMohammad2003/soundcloud-downloader.git
  1. install the requirements

on Windows:

pip install -r requirements.txt

on Linux:

pip3 install -r requirements.txt
  1. then you can download the music with this command:

on Windows:

python .\main.py -u [MUSIC_URL] [optional [-d PATH_TO_DOWNLOAD]]

or (if you have pylauncher installed)

py .\main.py -u [MUSIC_URL] [optional [-d PATH_TO_DOWNLOAD]]

on Linux:

python3 ./main.py -u [MUSIC_URL] [optional [-d PATH_TO_DOWNLOAD]]

About

Soundcloud Downloader implemented in python

Topics

Resources

License

Stars

Watchers

Forks

Languages