Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Files

Latest commit

 

History

History
66 lines (49 loc) · 2.58 KB

README.md

File metadata and controls

66 lines (49 loc) · 2.58 KB
Main
Python release Contributions are Welcome

🦀 GUI for the tiled image downloader, dezoomify-rs. Written in wxPython, builted with wxFormBuilder.

How to Use

  1. Download Latest Release.
  2. Download dezoomify-rs, copy to same folder.
  3. Run.

Run with Python:

  1. Download main.py
  2. Download dezoomify-rs, copy to same folder.
  3. pip3 install -r requirements.txt
  4. python main.py

Downloaded Images Library

Features:

  • 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.

TODO:

  • 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.

Requirements:

Dependencies:

  • wxPython (GUI Framework)
  • pyperclip (Clipboard Control)
  • Pillow (Image Thumbnails)
  • Haishoku (Palette)
  • requests, beautifulsoup4 (Find Batch Images)

Contributing

Your contributions are always welcome.

License

CC0