# MuDoPy

MuDoPy is a Python library for downloading songs.

## Installation

```bash
pip install mudopy
```

## Usage

```python
import mudopy
mudopy.download("Song name",path = None,Artist = None)#Will download the song in cwd
mudopy.get_url("Song name")#Will return url


```

## 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/)