Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 559 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 559 Bytes

Image Viewer

A simple image viewer built in Python 3 using the Qt framework.

Usage

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 .
  • Note: Make sure your pip is updated. Run pip install --upgrade pip.

Then, still inside the project folder, run python imageviewer/app.py.