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
- Host: GitHub
- URL: https://github.com/adityathakurxd/imagedownloader
- Owner: adityathakurxd
- Created: 2021-01-14T06:53:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-14T07:04:55.000Z (over 5 years ago)
- Last Synced: 2025-03-02T23:26:45.255Z (over 1 year ago)
- Topics: image, project, python, python3
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
