Download all color spreads of One Piece.
Written in Python 3.11.3, using PySimpleGui and BeautifulSoup modules
Those tools can each download all the color spreads of One Piece in the selected folder,and update a selected folder with the latest color spreads.
All color spreads come from: https://onepiece.fandom.com/wiki/Category:Color_Spreads
3 tools are available in the release section, download and unzip OP-ColorSpreads-Bundle.zip :
OP-ColorSpreads-GUI.exeOP-ColorSpreads-GUI.pyOP-ColorSpreads-CLI.py
All 3 tools do the same thing.
For windows users the .exe is the easiest to use as it doesn't require a python installation.
-
EXE:
- Run
OP-ColorSpreads.exe
- Run
-
PY:
pip install -r requirements.txtpython3 OP-ColorSpreads-GUI.py
pip install -r requirements.txtpython3 OP-ColorSpreads-CLI.py -p "{your_download_directory_here}"
- I'm not checking the available disk space. As of today the 180 color spreads takes ~800mb.
