Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riemannulus/dcimglib

dcimglib
https://github.com/riemannulus/dcimglib

Last synced: about 1 month ago
JSON representation

dcimglib

Awesome Lists containing this project

README

        

## DCimglib

### usage
```python
import dcimglib

dw = dcimglib.downloader('gall_url')
dw.download('download_url', 'file_path')
```

### install
`pip install dcimglib`

or

`pipenv install dcimglib`