Mansi145 / tasveer

A Python Package to help you quickly download a few images for testing/validation purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice: This project is still under maintainence, I would love your support as I have to dedicate time to a few other projects as of now. The final project will be beautifully integrated into the Python ecosystem with perfect OOPs, Clean Code and the Zen of Python .☺

tasveer

A Python Package to help you quickly download a few images for testing/validation purposes.

Welcome to Tasveer

Tasveer is a module to help you download tons of images!

Usage

pip install tasveer
import tasveer as tsv

# Simple usage. Prompts the user for a query and number of images:
tsv.download()

# Using query and count parameters:
tsv.download(query="<SEARCH_STRING>", count="<NUM_IMAGES_AS_INT>")

# Example using parameters: downloads 4 images of books:
tsv.download(query="books", count="4")

Note: If you only include one parameter, it will fall back to prompting for the missing parameter.

Future Work

Feel free to pull. Here's what I plan to work on-

Kindly refer to issues to see list of requested enhancements and easy tasks you could help the community with plus have your own OSS contribution!

If there is any problem you have, want quick answers or want to dicuss with core developers, kindly use the slack channel at
https://tasveer-group.slack.com/

If you're new to the Open Source community,programming or Python, please message me for any doubts! ^_^

Sincerely, Abhinav


Contribution
Steve for adding paramentric download function

Next Release on February 7th 2020.

About

A Python Package to help you quickly download a few images for testing/validation purposes.

License:MIT License


Languages

Language:Python 100.0%