Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.21 KB

PicoScrape

A python package to scrape images from various websites.

Install via cmd : pip install picoscrape

How to upload python package to PyPI?

Details

Description

This is a python package with functions to easily scrape images from various websites. It also has basic file editing functions and image manipulation functions to ease the process of acquiring image datasets for training models.
Use help(), dir() in python to get better insights on how to use this package,
Do make a pull request to contribute to this project

Currently, this package only supports image downloads from Unsplash.
Support for other websites and new functions to be added soon.