PyQt comic viewer
- PyQt5 >= 5.15
pip3 install git+https://github.com/yjg30737/pyqt-comic-viewer.git --upgrade
- pyqt-style-setter - For theme
- pyqt-custom-titlebar-setter - For frameless window
- pyqt-svg-button - For setting svg icon
- pyqt-viewer-widget - Package which includes parent class of
ComicBookViewerWidget
(ViewerWidget
) - python-open-filepath-and-select - For showing the indicated image file in explorer and selecting it
- pyqt-resource-helper
- pyqt-get-selected-filter
- Theme of this application is dark-gray.
ComicBookViewerWidget
has most features ofViewerWidget
.- 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
.
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.
Code Sample
from pyqt_comic_viewer.comicBookViewerApp import ComicBookViewerApp
if __name__ == "__main__":
import sys
app = ComicBookViewerApp(sys.argv)
app.exec_()
Result
The comic page being used for example is from Dragonball Multiverse.