Imagedl: Search and download images from specific websites
Project description
Documents: https://imagedl.readthedocs.io/
Imagedl
Search and download images from specific websites.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.
Support List
Source_EN | Source_CN | Support Search? | Support Download? |
---|---|---|---|
baidu | 百度图片 | ✓ | ✓ |
bing | 必应图片 | ✓ | ✓ |
谷歌图片 | ✓ | ✓ |
Install
Pip install
run "pip install pyimagedl"
Source code install
(1) Offline
Step1: git clone https://github.com/CharlesPikachu/imagedl.git
Step2: cd imagedl -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/imagedl.git@master"
Quick Start
Run by leveraging the API
from imagedl import imagedl
config = {
'savedir': 'outputs',
'auto_set_proxies': True,
'auto_set_headers': True,
'search_limits': 1000,
'num_threadings': 5,
}
client = imagedl.imagedl(config=config)
client.run('baidu')
Run by leveraging compiled file
Usage: imagedl [OPTIONS]
Options:
--version Show the version and exit.
-k, --keyword TEXT 想要搜索下载的图片关键字, 若不指定, 则进入imagedl终端版
-s, --savedir TEXT 下载的图片的保存路径
-t, --target TEXT 指定图片搜索下载的平台, 例如"baidu"
-l, --limits INTEGER 下载的图片数量
-n, --nthreadings INTEGER 使用的线程数量
--help Show this message and exit.
Screenshot
Projects in Charles_pikachu
- Games: Create interesting games by pure python.
- DecryptLogin: APIs for loginning some websites by using requests.
- Musicdl: A lightweight music downloader written by pure python.
- Videodl: A lightweight video downloader written by pure python.
- Pytools: Some useful tools written by pure python.
- PikachuWeChat: Play WeChat with itchat-uos.
- Pydrawing: Beautify your image or video.
- ImageCompressor: Image compressors written by pure python.
- FreeProxy: Collecting free proxies from internet.
- Paperdl: Search and download paper from specific websites.
- Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
- CodeFree: Make no code a reality.
- DeepLearningToys: Some deep learning toys implemented in pytorch.
- DataAnalysis: Some data analysis projects in charles_pikachu.
- Imagedl: Search and download images from specific websites.
More
WeChat Official Accounts
Charles_pikachu
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyimagedl-0.1.2.tar.gz
(13.4 kB
view details)
Built Distribution
pyimagedl-0.1.2-py3-none-any.whl
(16.9 kB
view details)
File details
Details for the file pyimagedl-0.1.2.tar.gz
.
File metadata
- Download URL: pyimagedl-0.1.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70ff9f53556efbcb635f74c1acf8dbf1a666e3400a4ee98b8c8d01a5f9637292 |
|
MD5 | daf49bcbefb5823740bf8aba7f5d74a0 |
|
BLAKE2b-256 | d16a4391b65469381aee91c43bb2c69d92cbcecf2ac7782264e67a82d8083360 |
File details
Details for the file pyimagedl-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: pyimagedl-0.1.2-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.2.0 pkginfo/1.7.0 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 935edda4a7b3b97b0d4d66d1d6513bf0b3fd93f41f8c84d806b488aea76b7479 |
|
MD5 | 4caceb4f5186a52bf203154fb5ca45a4 |
|
BLAKE2b-256 | 61019c42a9cc2043ab12d6c0d3b5c3379fdd116b1ba28bfa3c0a741791f0e62a |