An open API service indexing awesome lists of open source software.

https://github.com/param302/image-viewer

A Simple Image Viewer GUI made in Python using tkinter library.
https://github.com/param302/image-viewer

python tkinter tkinter-gui

Last synced: about 2 months ago
JSON representation

A Simple Image Viewer GUI made in Python using tkinter library.

Awesome Lists containing this project

README

        

# Image Viewer
A Simple Image Viewer GUI in Python made using `tkinter` and `pillow` library.

![preview](./assets/preview.jpg)

## Software & libraires used:
- Python 3.10.2
- Pillow==9.2.0

### Clone this repository
```
git clone https://github.com/Param302/Image-Viewer.git
```

### Setup
- Make sure to install pillow library
```
python -m pip install -r requirements.txt
```
- Run `main.py` file
```
python main.py
```