Metadata-Version: 2.1
Name: mudopy
Version: 3.2
Summary: Download any song using this library
Home-page: https://github.com/cyborg7898/Geet-Song-Downloader-
Author: Smit Parmar
Author-email: smitparmar822000@gmail.com
License: MIT
Download-URL: https://github.com/Ankit404butfound/awesomepy/archive/1.0.tar.gz
Description: # MuDoPy
        
        MuDoPy is a Python library for downloading songs.
        
        Syntext to download song
        
        import mudopy
        
        mudopy.set_path("path to chromedriver\chromedriver.exe") #one for one time
        mudopy.download_path(r"your download path") #only for one time
        mudopy("song name","artist name(optional)")
        
        #if you not enter download path then library will downloaded into cwd
        
        
        ## Installation
        
        ```bash
        pip install mudopy
        ```
        
        ## Usage
        
        ```python
        import mudopy
        mudopy.download_path(r"your download path") #only for one time
        mudopy.download("Song name","name of artist")#Will download the song in download_path
        
        
        ```
        
        ## Contributing
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Keywords: get_url,download
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
