Skip to content

lucasshiva/ImageViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple image viewer built in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages