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
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76c90efffe7b194069f9dcd7973172887f5b7ff70337b7aef53420abc422a0a6
|
|
| MD5 |
4d856903c2f2cc492f999a0e420d7379
|
|
| BLAKE2b-256 |
a7378b45fc0334798f14cc4646ceb3fbc9d5f13c5a8931a30a9adf8e9fc6dd64
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08422f70354a027503c2b9713d112e0c437fdc9e0dc28fe03950760ce2a8d582
|
|
| MD5 |
3e030c84bae61eb59c0387d031fd4b2f
|
|
| BLAKE2b-256 |
fa6c18cb08e09a96be8e151176d5c3f9ec4174a1493250c89cbe78452f345c87
|