Skip to content

benarmstead/mgiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGIV

workflow

Minimalist Gtk Image Viewer

MGIV is an image viewer written in python and GTK.

Instalation

git clone https://github.com/benarmstead/mgiv/

cd mgiv/src

python3 mgiv.py

Dependencies

  • GTK

Capabilities

  • View other images in the same directory as the image you are viewing (Left and right arrow keys).
  • If no image is passed as an argument, searches for images in current directory and displays if found.

Usage

python3 mgiv.py <image.extension>

python3 mgiv.py ~/<directory>/<image.extension>

python3 mgiv.py <directory>/<image.extension>

Examples

python3 mgiv.py parabola.png

python3 mgiv.py ~/Pictures/parabola.png

python3 mgiv.py Photos/parabola.png

Screenshots

demo1

About

Minimalist GTK Image Viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages