Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Latest commit

 

History

History
65 lines (52 loc) · 2.55 KB

README.md

File metadata and controls

65 lines (52 loc) · 2.55 KB
[updated 13/3] I will be taking a longer break from Happypanda to focus on my other projects (and more on school since exams are coming up). I'll probably start working on new features again in summer.. I'll still be available to answer issues, mails and gitter chat.

I'm available in the gitter chat if you have any questions!

Gitter Stories in Progress Stories in Before next release

Development is done in alpha branch

For future plans, see issues

For general documentation, check the wiki

Screenshots

Features

  • Portable, self-contained in folder and cross-platform
  • Advanced gallery search with regex support
  • Low memory footprint
  • 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
  • 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
  • Customizable by lots of settings
  • And lots more...

How to install and run

Windows

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

Mac and Linux

see INSTALL.md

How to update

Overwrite your previous installation. More info in the wiki

Misc.

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

Dependencies

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

Contributing

Please check the wiki.