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

https://github.com/parthasdey2304/tkinter-image-viewer

This is a basic tkinter image viewer..
https://github.com/parthasdey2304/tkinter-image-viewer

Last synced: about 1 year ago
JSON representation

This is a basic tkinter image viewer..

Awesome Lists containing this project

README

          

# Tkinter-Image-Viewer
Image Viewer is a simple desktop application built with Python's Tkinter GUI toolkit and the Pillow library (Python Imaging Library fork) that allows you to select and display images from your local file system.

# Pre-requisites:
To run this you would need the following:
+ Python(version 3.7 or higher)
+ Tkinter python package
+ Pillow python package
+ Git

# Installation
Copy these commands and paste them in the terminal:
+ Installing Python3:
```
sudo apt install python3 -y
```

+ Installing TKinter python package:
```
sudo apt install python3-tk -y
```

+ Installing Pillow python package:
```
pip install pillow
```

+ Installing git:
```
sudo apt install git -y
```

# Usage
+ You need to first clone this repository:
```
git clone https://github.com/parthasdey2304/tkinter-image-viewer.git
```

+ Get inside the repository:
```
cd tkinter-image-viewer
```

+ Running the python file:
```
python3 main.py
```

# Contributing
We welcome contributions from the community! We welcome your contributions to improve the project. If you'd like to contribute to Tkinter-Image-Viewer, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.

# THANK YOU COMMUNITY!!!!