Skip to content

anuraggupta29/picoscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoScrape

A python package to scrape images from various websites.

Install via cmd : pip install picoscrape

How to upload python package to PyPI?

Details

  • Name : picoscrape
  • Version : 1.0
  • License : MIT License
  • Author : Anurag Gupta
  • Author Email : anuraggupta29@outlook.com
  • URL = https://github.com/anuraggupta29/picoscrape
  • Requirements : Selenium
  • Development Status : 3 - Alpha
  • Intended Audience :: Developers
  • Topic : Software Development - Build Tools

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.