Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 19050d0

Browse files
readme file added
1 parent 1ca2af4 commit 19050d0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

‎Image-scrape-download/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Image viewer and downloader
2+
Running this Script would allow the user to search for any image by entering a search query, the image will then be scraped and displayed in the GUI, and providing an option to download the image as well
3+
4+
## Setup instructions
5+
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
6+
```
7+
pip install -r requirements.txt
8+
```
9+
After satisfying all the requirements for the project, Open the terminal in the project folder and run
10+
```
11+
python image.py
12+
```
13+
or
14+
```
15+
python3 image.py
16+
```
17+
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
18+
19+
## Output
20+
21+
The user can enter the search query in the input box and then the image will be displayed as shown in the screenshot below
22+
23+
![Image viewer and downloader](https://i.postimg.cc/HnxwB2sx/img.png)
24+
25+
## Author
26+
[Ayush Jain](https://github.com/Ayushjain2205)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /