🦀 GUI for the tiled image downloader, dezoomify-rs. Written in wxPython, builted with wxFormBuilder.
- Download Latest Release.
- Download dezoomify-rs, copy to same folder.
- Run.
Run with Python:
- Download main.py
- Download dezoomify-rs, copy to same folder.
pip3 install -r requirements.txt
python main.py
- Batch Download : Download listed URLs.
- Clipboard Listener : Automatically add copied URLs from clipboard.
- Save-Load : Save and load URLs from list.txt file.
- Downloaded Images Library : List of downloaded images. If the filename format is "a - b.ext", the title and artist name can also be listed.
- Image Palette : Get 5 dominant colors from the image. Click and copy the hex code to the clipboard.
- Batch Image Links from Google Arts : Get batch image links from the given User Gallery, Story, Artist Profile* URLs.
- Get Batch Image Links from User Gallery, Story, Artist Profile URLs on Google Arts.
- Cross-Platform Support.
- Stop Download Process.
- Detailed Download Report.
- ProgressBar for Download.
- Parallel Download.
- Select Zoom Level.
- Advanced Settings.
Dependencies:
- wxPython (GUI Framework)
- pyperclip (Clipboard Control)
- Pillow (Image Thumbnails)
- Haishoku (Palette)
- requests, beautifulsoup4 (Find Batch Images)
Your contributions are always welcome.
CC0