Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yjg30737/pyqt-comic-viewer

PyQt comic viewer
https://github.com/yjg30737/pyqt-comic-viewer

comic-viewer pyqt pyqt-examples pyqt5 pyqt5-application pyqt5-desktop-application pyqt5-examples pyqt5-gui pyqt5-tutorial pyqt5-viewer python python3 python37 qt viewer

Last synced: 2 days ago
JSON representation

PyQt comic viewer

Awesome Lists containing this project

README

        

# 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

* 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

## 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
```python
from pyqt_comic_viewer.comicBookViewerApp import ComicBookViewerApp

if __name__ == "__main__":
import sys

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

Result

![image](https://user-images.githubusercontent.com/55078043/172029043-08b24354-2f09-44cb-a529-07c36f680309.png)

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