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.
- Host: GitHub
- URL: https://github.com/param302/image-viewer
- Owner: Param302
- Created: 2022-07-12T12:22:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T12:29:00.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T07:55:35.129Z (3 months ago)
- Topics: python, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Image Viewer
A Simple Image Viewer GUI in Python made using `tkinter` and `pillow` library.
## 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
```