https://github.com/karthikeyanav2003/image-editor
This user-friendly image editor, built with Python's Kivy framework, empowers you to effortlessly manipulate your images.
https://github.com/karthikeyanav2003/image-editor
kivy python vscode
Last synced: 28 days ago
JSON representation
This user-friendly image editor, built with Python's Kivy framework, empowers you to effortlessly manipulate your images.
- Host: GitHub
- URL: https://github.com/karthikeyanav2003/image-editor
- Owner: karthikeyanav2003
- Created: 2024-06-04T07:01:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:16:10.000Z (11 months ago)
- Last Synced: 2025-02-10T23:54:08.954Z (3 months ago)
- Topics: kivy, python, vscode
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-Editor
This application will enable users to import, view, and modify images using a user-friendly Kivy interface. It will leverage the power of Python's Pillow (PIL Fork) library for image processing tasks.# Key Functionalities
Image Loading: Users can seamlessly load images from their local file system using a file selection dialog or drag-and-drop functionality (implementation details might vary depending on Kivy version and desired experience).
Image Display: The loaded image will be displayed clearly within the app's window.# UI
# Crop
# Resize
# Filter
