Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Editor APP

Aim

The aim of the project is to modify the images according to the user needs. It allows user to change the image to blur, contrast, brightness and make images to flip flop, rotate and adding border.

Purpose

The purpose of this project is that we can easily make changes and edit according to our on style.

Short description of package/script

  • If standalone script, short description of script explaining what it achieves. This project makes to choose the image and we can edit the image like blur, brightness, contrast, border, flip, rotate the images

  • List out the libraries imported.

    • Tkinter
    • PIL
    • OS

Setup instructions

You can download the project and install the following modules

  • pip install PIL

Then, you can run the script in an idle environment.

Image

Click - Here - Directed to the directory.

Compilation

Download the editor_app.py and run in the idle environment.

Detailed explanation of script, if needed

The script is based on python, we have imported the tkinter, pil and os modules.

Then I have created the tkinter window for the appliction format

I have created a seperate function for each editing function.

The event is called and created a buton for all functions.

Atlast when the main loop runs it ask for to open the image and to edit it.

Then it has a function to save the image, and we can exit after all editing done.

Output

Page-1-Image-1

Page-1-Image-2

Page-2-Image-3

Author(s)

Rammya Dharshini K

Disclaimers, if any

None