An open API service indexing awesome lists of open source software.

https://github.com/adityathakurxd/imagedownloader

Download images off the internet using Python
https://github.com/adityathakurxd/imagedownloader

image project python python3

Last synced: 14 days ago
JSON representation

Download images off the internet using Python

Awesome Lists containing this project

README

          

# Image Downloader - Python Project
A simple python script to download any image off the internet by putting in the image address in the terminal.

Get started by importing the following python libraries:

1. **[requests](https://pypi.org/project/requests/)**

python -m pip install requests

2. [**Pillow**](https://pypi.org/project/Pillow/)

python3 -m pip install --upgrade Pillow

## Demo
To download this Pizza 😋 image off Wikipedia,
Input url: https://upload.wikimedia.org/wikipedia/commons/a/a3/Eq_it-na_pizza-margherita_sep2005_sml.jpg

On the terminal it'd look something like this:
![image1 JPEG - Image Downloader - Visual Studio Code 1_14_2021 12_22_29 PM](https://user-images.githubusercontent.com/53579386/104556002-cebad080-5664-11eb-86b0-1a5f58b240d1.png)