Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 435 Bytes

/**********/

GetUrlPic.py:

Use 'URL.txt' and 'imgURL.txt' (same path) to let prom know what to download

URL.txt -> download all images of the website inside URL.txt

imgURL.txt -> download image url inside imgURL.txt

Auto create folder 'img' (same path) to store image and 'list.txt' to show url of images from website(URL.txt) and imgURL.txt

/**********/

module used:

selenium

lxml

requests

urllib.request

os

/**********/