This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/mewforest/google-art-down…
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Google Art Downloader beta | ||
This utility allows you to save most of the images from [Google Art Project](https://artsandculture.google.com) in high quality (up to 4K). | ||
## Using utility | ||
Just download `google-art-downloader.zip` from [releases](https://github.com/mewforest/google-art-downloader/releases), unzip it to any folder and run `google-art-downloader.exe`. Then insert link to the text field using `CTRL+V` (yes, you can delete example link), click "Download" and wait until the image is ready. | ||
Just download [google-art-downloader.zip](https://github.com/mewforest/google-art-downloader/releases/download/v0.1.1-beta/google-art-downloader.zip) from [releases](https://github.com/mewforest/google-art-downloader/releases), unzip it to any folder and run **google-art-downloader.exe**. Then insert link to the text field using `CTRL+V` or button **"Paste url"** (yes, you can delete example link), click **"Download"** and wait until the image is ready. | ||
|
||
![Screenshot of the interface](http://up.mewf.ru/ga/images/01_scr.png) | ||
![Screenshot of the interface](http://up.mewf.ru/ga/images/03_scr.png) | ||
## Dependencies | ||
Compiled release requires just connection to Internet. | ||
|
||
Source code has written in Python 3.6 and has the following dependencies: Selenium, PIL and added chromedriver.exe to PATH. | ||
## Problems | ||
Sometimes utility cann't correctly download some images with exotic aspect ratio. If you'll get error on specific page, please contact me on github. | ||
Rarely utility cann't correctly download some images with exotic aspect ratio. If you'll get error on specific page, please contact me on github. |