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

https://github.com/abhinavjoe/python-photo-editor

A basic Python script for photo editing.
https://github.com/abhinavjoe/python-photo-editor

contributions-welcome mit-license os pillow python script

Last synced: 11 months ago
JSON representation

A basic Python script for photo editing.

Awesome Lists containing this project

README

          

# Python-Photo-Editor

This repository contains a basic Python script for photo editing using the Pillow library. The script applies a series of enhancements, including sharpening, black and white conversion, transformation, rotation, and contrast adjustment, to images in the specified input directory. The edited images are then saved to the output directory. To use the script, ensure you have Python and Pillow installed on your machine. Clone the repository, set the input and output directories in the script, and run it using the `python photoeditor.py` command. Contributions are welcome, and the project is licensed under the MIT License.