Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhaskaracharjee/pixelcraft

A Python based Image Manipulation Tool
https://github.com/bhaskaracharjee/pixelcraft

image-editor image-manipulation

Last synced: 23 days ago
JSON representation

A Python based Image Manipulation Tool

Awesome Lists containing this project

README

        

# PixelCraft - A Python based Image Manipulation Tool
PixelCraft is a Python application that allows you to manipulate images using various filters and drawing tools. With PixelCraft, you can add filters, change pen color, draw on the canvas, and save your modified images.

## Prerequisites
- Python 3.7 or higher
- Tkinter library
- PIL (Python Imaging Library) library

## Features

- Click the "Add Image" button to choose an image from your local directory.
- Use the "Change Pen Color" button to select the desired pen color.
- Select a pen size (small, medium, or large) to adjust the drawing size.
- Use the mouse to draw on the canvas. Drag the mouse while holding the left button to draw.
- Choose a filter from the "Select Filter" dropdown to apply a filter to the image.
- Click the "Clear" button to remove all drawings from the canvas.
- Click the "Download Image" button to save the modified image in PNG format.