GitHunt
PV

pvaret/jaggimage-viewer

I was so used to my 25+ years old version of ACDSee to quickly see my files, i just made my own image viewer with Python and Qt.

jaggimage-viewer

I was so used to my 25+ years old version of ACDSee to quickly see my files, i just made my own image viewer with Python and Qt.

Installation

From PyPI

This assumes you have either Python and pip, or uv installed.

With pip:

pip install jaggimage-viewer

With uv:

uv tool install jaggimage-viewer

From sources

  1. Have uv installed: https://docs.astral.sh/uv/#installation

  2. Clone the repository:

    git clone https://github.com/clxjaguar/jaggimage-viewer.git
  3. Run the installation:

    cd jaggimage-viewer
    uv build
    uv tool install .

Languages

Python100.0%

Contributors

GNU General Public License v3.0
Created October 4, 2025
Updated October 4, 2025
pvaret/jaggimage-viewer | GitHunt