a friendly GUI downloader for Pixiv base on Python3 & Qt
- Install Qt Community
- Install PyQt5
- Intall the following liberaries & dependencies
$ sudo yum update
$ sudo yum install python3-lxml ImageMagick-devel
$ sudo pip3 install requests Wand
$ git clone https://github.com/GeQi/PixivAgent.git && cd PixivAgent
And then
$ python3 PixivAgent.py
$ sudo apt-get update
$ sudo apt-get install python3-lxml libmagickwand-dev
$ sudo pip3 install requests Wand
$ git clone https://github.com/GeQi/PixivAgent.git && cd PixivAgent
And then
$ python3 PixivAgent.py
Use pip
to intsall
the .whl
pakage from here
Install ImageMagick on Windows
$ pip install requests Wand
$ git clone https://github.com/GeQi/PixivAgent.git && cd PixivAgent
And then
$ python PixivAgent.py