PixivUtil2
PixivUtil2 copied to clipboard
Please release a latest version
Please release a latest version. Has been waiting for this feature #1226 to go into release for over a year.
https://github.com/Nandaka/PixivUtil2/releases
hi, you can always run from source code
- install python 3.10 https://www.python.org/downloads/release/python-31011/
- install git https://git-scm.com/download/win or just download the zip file and extract it
git clone https://github.com/Nandaka/PixivUtil2.git
- Open console window/cmd and navigate to the folder
cd PixivUtil2
- Create virtual environment, activate it, and install the requirements
python -m venv env
env\Scripts\activate.bat
python.exe -m pip install --upgrade pip
pip install -r requirements.txt
- copy the ffmpeg.exe, config.ini, and db.sqlite
- either double click
PixivUtil2.py
or just typepy PixivUtil2.py
in the console window