Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhaskaracharjee/pixelcraft
- Owner: BhaskarAcharjee
- Created: 2023-07-01T18:21:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-14T20:30:50.000Z (over 1 year ago)
- Last Synced: 2024-11-06T23:23:06.473Z (2 months ago)
- Topics: image-editor, image-manipulation
- Language: Python
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.