Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yjg30737/pyqt-comic-viewer
- Owner: yjg30737
- License: mit
- Created: 2022-02-05T07:37:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T00:01:10.000Z (over 2 years ago)
- Last Synced: 2024-12-29T08:42:12.026Z (7 days ago)
- Topics: comic-viewer, pyqt, pyqt-examples, pyqt5, pyqt5-application, pyqt5-desktop-application, pyqt5-examples, pyqt5-gui, pyqt5-tutorial, pyqt5-viewer, python, python3, python37, qt, viewer
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ComicBookViewerAppif __name__ == "__main__":
import sysapp = 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.