项目作者: lucasshiva

项目描述 :
A simple image viewer built in Python.
高级语言: Python
项目地址: git://github.com/lucasshiva/ImageViewer.git
创建时间: 2020-02-13T16:31:23Z
项目社区:https://github.com/lucasshiva/ImageViewer

开源协议:MIT License

下载


Image Viewer

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

Usage

First, clone it.

  1. git clone https://github.com/lucasshiva/ImageViewer.git

Go inside the project folder

  1. cd ImageViewer/

Now, inside the project folder, install it in editable mode.
You can do this in two ways:

  1. # Using poetry
  2. poetry install
  3. # Using pip
  4. 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.