Handy image viewer based on PyQt5. Convenient for viewing and comparing :-)
672
stars
79
commits
Python
primary language
Sep 3, 2024
updated
🔻Executable files | 🔧Installation | 📕使用说明
HandyView is a handy image viewer for convenient viewing and comparing. It is developed with PyQt5.
Handy Series:
HandyView
HandyFigure
HandyCrawler
HandyWriting
cmd+i), so that you can double-click the image to open HandyView.I used the early version of HandyView on Ubuntu. The current version is not tested on Ubuntu and may be out-of-date.
git clone https://github.com/xinntao/HandyView.git/usr/share/applicationsProperties -> Open WithFor python user, you can also launch HandyView from the command line:
Clone repo and install dependent packages
git clone https://github.com/xinntao/HandyView.git
cd HandyView
pip install -r requirements.txt
Run
python -m handyview.handyviewer [image_path]
For Windows and MacOS users, you can find the instructions of compiling the executable program from how-to-build.
The basic operation (such as shortcut keys) could be found in the Help button in the toolbar.
This project is released under the MIT license.
I have used the icons from flaticon. The following are the source links.
| Icon | Link | Icon | Link | Icon | Link |
|---|---|---|---|---|---|
| Open | History | Refresh | |||
| Index | Include | Exclude | |||
| Compare | Clear comparison | Help | |||
| Main canvas | Compare canvas | Preview canvas | |||
| Fingerprint | Auto Zoom | ||||
| Image | Crop | Video |
(pip install pyqt5 -i http://mirrors.xxx.com/pypi/simple/ --trusted-host mirrors.xxx.com)
If you have any question, please open an issue or email xintao.wang@outlook.com.
Python
98.6%
Shell
1.4%
Handy image viewer based on PyQt5. Convenient for viewing and comparing :-)
672
stars
79
commits
Python
primary language
Sep 3, 2024
updated
🔻Executable files | 🔧Installation | 📕使用说明
HandyView is a handy image viewer for convenient viewing and comparing. It is developed with PyQt5.
Handy Series:
HandyView
HandyFigure
HandyCrawler
HandyWriting
cmd+i), so that you can double-click the image to open HandyView.I used the early version of HandyView on Ubuntu. The current version is not tested on Ubuntu and may be out-of-date.
git clone https://github.com/xinntao/HandyView.git/usr/share/applicationsProperties -> Open WithFor python user, you can also launch HandyView from the command line:
Clone repo and install dependent packages
git clone https://github.com/xinntao/HandyView.git
cd HandyView
pip install -r requirements.txt
Run
python -m handyview.handyviewer [image_path]
For Windows and MacOS users, you can find the instructions of compiling the executable program from how-to-build.
The basic operation (such as shortcut keys) could be found in the Help button in the toolbar.
This project is released under the MIT license.
I have used the icons from flaticon. The following are the source links.
| Icon | Link | Icon | Link | Icon | Link |
|---|---|---|---|---|---|
| Open | History | Refresh | |||
| Index | Include | Exclude | |||
| Compare | Clear comparison | Help | |||
| Main canvas | Compare canvas | Preview canvas | |||
| Fingerprint | Auto Zoom | ||||
| Image | Crop | Video |
(pip install pyqt5 -i http://mirrors.xxx.com/pypi/simple/ --trusted-host mirrors.xxx.com)
If you have any question, please open an issue or email xintao.wang@outlook.com.
Python
98.6%
Shell
1.4%