Skip to content

Commit f54cfa4

Browse files
Issue #631
1 parent 50c8a5b commit f54cfa4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

image_downloader/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Image Downloader
2+
A simple python script to download an image provided link to that image.
3+
4+
## Modules Used
5+
6+
- requests
7+
- pillow
8+
- io
9+
- os
10+
11+
## Requirements
12+
13+
- Run the following in the directory containing the script files.
14+
15+
```bash
16+
pip install requests pillow
17+
```
18+
19+
- Then run the below command
20+
21+
```bash
22+
python image_downloader.py
23+
```

0 commit comments

Comments
 (0)