3rkut / python_examples

Python code examples for newbies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This script written to simply download images from websites using the Urllib library.

Requiremenets

Python 3.6x

urllib3

Installation urllib3

Use the package manager pip to install urllib3.

pip install urllib3

Usage

python3 "download_a_image.py"

For Who Want To Download Another Picture

You can change the links in url variables to download the image you want.

About

Python code examples for newbies


Languages

Language:Python 100.0%