Metadata-Version: 2.1
Name: soundy
Version: 1.0.2
Summary: Download SoundCloud tracks easily
Home-page: https://github.com/MohamedHaroon/Soundy
Author: Mohamed Haroon
Author-email: Mohamedessa736@gmail.com
License: GPL-3.0
Description: # Soundy
        A light-weight SoundCloud package to download and scrape tracks.
        
        ## Installation 
        you can install Soundy from [PyPI](https://pypi.org/project/soundy/):
        
            pip install soundy
        
        soundy is tested on python 3.7
        
        ## Usage 
        Soundy is a command line application, You can download a specific track using the following command
               
            python -m soundy --url track-url-here --path path-here
        
        the default download path is the directory which you run the command from 
        
        You can also use Soundy in your own Python code, by importing from the `soundy` package:
        
            >>> from soundy import soundy
            >>> soundy.download_track(url = "url", path = r"path")
        
Keywords: SoundCloud scrape download downloader track soundy
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
