Skip to main content

A simple Python image search library

Project description

PicSeek

PicSeek is a Python library for searching for images on IStock and Flickr. It provides a simple and easy-to-use interface for accessing these services and retrieving images based on various search parameters.

Installation

Use the package manager pip to install PicSeek.

pip install PicSeek

Examples

Search in Flickr

from picseek import Flickr

flickr = Flickr()

for img in flickr.search(text="cat", page=1, per_page=2):
	print(img.link)
	#print(img.content)
	#print(img.base64)
	#img.save(filename="img.png")

Search in IStock

from picseek import IStock

istock = IStock()

for img in istock.search(text="cat", page=1):
	print(img.link)
	#print(img.content)
	#print(img.base64)
	#img.save(filename="img.png")

Developer

Telegram: https://t.me/O0O0I

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

PicSeek-1.0.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

PicSeek-1.0.0-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file PicSeek-1.0.0.tar.gz.

File metadata

  • Download URL: PicSeek-1.0.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for PicSeek-1.0.0.tar.gz
Algorithm Hash digest
SHA256 76c90efffe7b194069f9dcd7973172887f5b7ff70337b7aef53420abc422a0a6
MD5 4d856903c2f2cc492f999a0e420d7379
BLAKE2b-256 a7378b45fc0334798f14cc4646ceb3fbc9d5f13c5a8931a30a9adf8e9fc6dd64

See more details on using hashes here.

File details

Details for the file PicSeek-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: PicSeek-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for PicSeek-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 08422f70354a027503c2b9713d112e0c437fdc9e0dc28fe03950760ce2a8d582
MD5 3e030c84bae61eb59c0387d031fd4b2f
BLAKE2b-256 fa6c18cb08e09a96be8e151176d5c3f9ec4174a1493250c89cbe78452f345c87

See more details on using hashes here.

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