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..
- Host: GitHub
- URL: https://github.com/parthasdey2304/tkinter-image-viewer
- Owner: parthasdey2304
- License: mit
- Created: 2023-05-05T12:24:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T09:13:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T14:55:18.548Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!!!!