Skip to content

a friendly GUI downloader for Pixiv base on Python3 & Qt

Notifications You must be signed in to change notification settings

GeQi/PixivAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixivAgent

a friendly GUI downloader for Pixiv base on Python3 & Qt

Demo

demo

Installation

  1. Install Qt Community
  2. Install PyQt5
  3. Intall the following liberaries & dependencies

For Fedora/CentOS:

$ 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

For Debian/Ubuntu:

$ 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

For Windows:

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

Credits

About

a friendly GUI downloader for Pixiv base on Python3 & Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages