Python library for image scraping, from popular image gallery sites.
Project description
pictriever (still in development..)
An image scraping scraping library in python...
for efficient and flexible mass download of images, dataset creation etc
usage guide
pictriever can be used for downloading a wide range images in few lines of Python, from popular image sites like Bing images, Pexels, Google, etc.
Install the library with pip install pictriever
For images from Pexels(You could also use this template for others)
from pictriever.image_scraper import Pexelscraper
# sample code for downlaoding images of clouds
imscraper = Pexelscraper(search_term='clouds', min_count=10, max_count=100) # start scraper instance
image_links = imscraper.get_imlinks() # to get all the image links; set get_all_links=True
imscraper.download_all_images(link_list=image_links, output_folder='clouds', verbose=False) # set verbose to True if you want progress printing
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pictriever-0.1.1.tar.gz.
File metadata
- Download URL: pictriever-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-76060800daily20240311-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3bfe04dc2c91fcb7653623db0668728c74f164021e85ea1599af628c90d9fe0
|
|
| MD5 |
3f3cf562368d8261c8e196c98d40743d
|
|
| BLAKE2b-256 |
830202ad9fba5079f1d8a8dc69f200306c1727a792f0d8beb7475c672bc2ee81
|
File details
Details for the file pictriever-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pictriever-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-76060800daily20240311-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c60e03d8f161bfd1408d047eb890296ee62c9f8b9ff0f564a97490e17542cf
|
|
| MD5 |
69e84a2dd3d3751bf99f11b5f4831dc4
|
|
| BLAKE2b-256 |
55922dc5697ca698a8b8245eafc8556b693d310deb11543ed464fd9f8adc8fe9
|