Happypanda

A cross platform manga/doujinshi manager with namespace & tag support


Keywords
manga, doujinshi, downloader, management, cross-platform, e-hentai, python, sadpanda
License
GPL-2.0+
Install
pip install Happypanda==1.1

Documentation

Note: Work on this program has been halted in favor of its successor HappypandaX (bugs and such won't be fixed)

This is a cross platform manga/doujinshi manager with namespace & tag support.

Features

  • Portable, self-contained in folder and cross-platform
  • Low memory footprint
  • Advanced gallery search with regex support (learn more about it here)
  • Gallery tagging: userdefined namespaces and tags
  • Gallery metadata fetching from the web (supports various sources)
  • Gallery downloading from the web (supports various sources) *
  • Folder monitoring that'll notify you of filesystem changes
  • Multiple ways of adding galleries to make it as convienient as possible!
  • Recursive directory/archive scanning
  • Supports ZIP/CBZ, RAR/CBR and directories with loose files
  • Very customizable
  • And lots more...

* Gallery downloading from E-Hentai costs Credits/GP

Screenshots

https://github.com/Pewpews/happypanda/raw/master/misc/screenshot1.png

https://github.com/Pewpews/happypanda/raw/master/misc/screenshot2.png

https://github.com/Pewpews/happypanda/raw/master/misc/screenshot3.png

How to install and run

Windows

  1. Download the archive from releases
  2. Extract the archive to its own folder
  3. Find Happypanda.exe and double click on it!

Mac and Linux

Install from PYPI or see INSTALL.md

PYPI

pip install happypanda (thanks @Evolution0) and then run with happypanda --home

Note: use of the --home flag will make happypanda create required files and directories at:

On windows: 'C:\Users\YourName\AppData\Local\Pewpew\Happypanda'

On mac: '/Users/YourName/Library/Application Support/Happypanda'

On linux: '/home/YourName/.local/share/Happypanda'

Updating

Overwrite your previous installation.
More info in the wiki

PYPI

pip install --upgrade happypanda

Misc.

For general documentation (how to add galleries and usage of the search), check the wiki.

People wanting to import galleries from the Pururin database torrent should find this useful.

Dependencies

  • Qt5 (Install this first) >= 5.4
  • PyQt5 (pip)
  • requests (pip)
  • beautifulsoup4 (pip)
  • watchdog (pip)
  • scandir (pip)
  • rarfile (pip)
  • robobrowser (pip)
  • Send2Trash (pip)
  • Pillow (pip) or PIL
  • python-dateutil (pip)
  • QtAwesome (pip)
  • appdirs (pip)

Contributing

Please refer to HappypandaX instead.