Awesome
<div align="center"> <!--<h1>dezoomify-rs GUI š¦</h1>--> <img alt="Main" src="imgs/ss_main.png" /><br> <a href="#"><img alt="Python" src="https://img.shields.io/badge/Python-gray?logo=python&style=flat-square&logoColor=Gainsboro" /></a> <a href="../../releases/latest"><img alt="release" src="https://img.shields.io/github/release/agmmnn/dezoomify-rs-gui.svg?style=flat-square" /></a> <a href="#Contributing"><img alt="Contributions are Welcome" src="https://img.shields.io/badge/keep-up--to--date-blue?logo=&style=flat-square" /></a> <p> š¦ GUI for the tiled image downloader, <a href="https://github.com/lovasoa/dezoomify-rs">dezoomify-rs</a>. Written in <a href="https://wxpython.org/">wxPython</a>, builted with <a href="https://github.com/wxFormBuilder/wxFormBuilder">wxFormBuilder</a>. </p> </div>How to Use
- 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
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