Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riemannulus/dcimglib
dcimglib
https://github.com/riemannulus/dcimglib
Last synced: about 1 month ago
JSON representation
dcimglib
- Host: GitHub
- URL: https://github.com/riemannulus/dcimglib
- Owner: riemannulus
- License: other
- Created: 2019-09-27T13:29:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:39:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T09:14:46.219Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
## DCimglib
### usage
```python
import dcimglibdw = dcimglib.downloader('gall_url')
dw.download('download_url', 'file_path')
```### install
`pip install dcimglib`or
`pipenv install dcimglib`