Skip to main content

Imagedl: Search and download images from specific websites

Project description


docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

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 必应图片
google 谷歌图片

Install

Pip install

run "pip install imagedl"

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.

Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • imagedl: 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.

More

WeChat Official Accounts

Charles_pikachu
img

Project details


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.0.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

pyimagedl-0.1.0-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page