A simple image viewer built in Python.
A simple image viewer built in Python 3 using the Qt framework.
First, clone it.
git clone https://github.com/lucasshiva/ImageViewer.git
Go inside the project folder
cd ImageViewer/
Now, inside the project folder, install it in editable mode.
You can do this in two ways:
# Using poetry
poetry install
# Using pip
pip install -r requirements.txt -e .
pip install --upgrade pip
.Then, still inside the project folder, run python imageviewer/app.py
.