Skip to content

yjg30737/pyqt-comic-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt-comic-viewer

PyQt comic viewer

Requirements

  • PyQt5 >= 5.15

Setup

pip3 install git+https://github.com/yjg30737/pyqt-comic-viewer.git --upgrade

Included Packages

Feature

  • Theme of this application is dark-gray.
  • ComicBookViewerWidget has most features of ViewerWidget.
  • Open the directory which current file belongs to
  • Invert the color to prevent the eye strain
  • Add certain image to bookmark list, but it won't save so if you restart the software the image you saved as a bookmark will be not there. I will add bookmark save feature using QSettings.

Note

I still test open compressed file feature so it won't work. Open normal file, directory is working and so far i don't find any problems at those two. There's a couple of other things that won't work properly like recent feature and setting background color. This is very first version of application and i will improve it. Sorry for premature upload.

Example

Code Sample

from pyqt_comic_viewer.comicBookViewerApp import ComicBookViewerApp

if __name__ == "__main__":
    import sys

    app = ComicBookViewerApp(sys.argv)
    app.exec_()

Result

image

The comic page being used for example is from Dragonball Multiverse.