๐ผ๏ธ Image Editor (PySimpleGUI + PIL) A simple image editor GUI application built with Python, PySimpleGUI, and Pillow (PIL). This tool allows users to apply real-time image effects such as blur, contrast enhancement, embossing, contouring, and flipping images horizontally or vertically, and save the result.
๐จ Features
Load any image using a file dialog.
Real-time image editing with sliders and checkboxes:
Blur โ adjust intensity
Contrast โ sharpen and enhance details
Emboss โ gives a 3D embossed effect
Contour โ outlines the edges
Flip X / Flip Y โ mirror or flip the image
Save edited image as PNG.
Resizable image preview (scaled for display without modifying original size).
Custom window icon support.
โ๏ธ Technologies Used
Python 3.13+
PySimpleGUI โ GUI framework for Python.
Pillow (PIL) โ Image processing and manipulation.