PixivUtil2 icon indicating copy to clipboard operation
PixivUtil2 copied to clipboard

Please release a latest version

Open 28598519a opened this issue 11 months ago • 1 comments

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

28598519a avatar Mar 07 '24 17:03 28598519a

hi, you can always run from source code

  1. install python 3.10 https://www.python.org/downloads/release/python-31011/
  2. 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 image
  3. Open console window/cmd and navigate to the folder cd PixivUtil2
  4. 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
  1. copy the ffmpeg.exe, config.ini, and db.sqlite
  2. either double click PixivUtil2.py or just type py PixivUtil2.py in the console window

Nandaka avatar Mar 08 '24 03:03 Nandaka