Skip to content

IuryAlves/pynocchio-comic-reader

 
 

Repository files navigation

Pynocchio Comic Reader

Build Status Coverage Status Code Health Github All Releases AUR

Pynocchio is a image viewer specialized in manga/comic reading developed on PySide API.

Features

The current version is stable and we intend to improve it even more.

  • Support several view adjust modes using anti-aliasing.
  • Support the several image formates provide by Qt: JPG, PNG, GIF.
  • Support a several comic formats like .ZIP, .RAR, .TAR, .CBR, .CBZ and etc
  • Elegant visual, free and easy to use.

Contributing

If you'd like to contribute, please create a fork and issue pull requests! I am very open to newcomers, and will need all the help we can get to make the best comic reader available.

Dependences

Ludic Game Library makes use of other libraries to perform some of their routines:

  • To develop:
  • Python 2.7
  • PySide and Qt tools (QtDesigner e QLinguist):
sudo apt-get install python-pyside pyside-tools python-qt4-sql qt4-designer 
qt4-linguist-tools qt4-dev-tools unrar
  • rarfile:
sudo pip install rarfile
  • peewee:
sudo pip install peewee

You need of Qt Designer to open and edit .ui view files. Use de compile_ui.sh file (inside of script folder) to compile .ui files of project and pynocchio.pro file.

build_package.sh use PyInstaller to generate executable and build a .deb file. You need install:

  • PyInstaller:
sudo pip install PyInstaller
  • Ubuntu dev tools:
sudo apt-get install packaging-dev

ToDo:

Please, see this list

I found a bug!

Please report any and all bugs using the project issue tracker. Be as precise as possible so that the bug can be found easier. Thanks!

Third party resources

Pynocchio use Elementary Icon Theme icon set free pack.

Credits

Copyright (C) 2014-2016 by Michell Stuttgart Faria

About

Pynocchio is a image viewer specialized in manga/comic reading

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%