Skip to content

LilSuperUser/Edify-X

Repository files navigation

Edify-X 🖌️ - An Open-Source Offline Image Manipulation Program

So, what is Edify-X?

Edify-X is a cross-platform image editing tool designed for those who prefer an offline, open-source alternative for manipulating images with precision. Whether you're adjusting colors, applying filters, etc., Edify-X provides a lightweight yet powerful environment to bring your creative ideas to life.


Features

🎨 Essential Editing Tools

  • Crop, resize, rotate, and adjust images with ease.

🔍 Zoom & Pan

  • Navigate through high-resolution images effortlessly.

🖌️ Customizable Brush

  • Use Customizable brush (size and color) to draw on the loaded image.

🖼️ Format Support

  • Import and export images in multiple formats including PNG, JPG, JPEG

Offline & Lightweight

  • No internet required—designed for fast performance even on low-end devices.

Installation & Usage

For Linux

With Virtual Environment

git clone https://github.com/LilSuperUser/Edify-X.git
python -m venv env
source ./env/bin/activate
pip install -r requirements.txt
python main.py

Without Virtual Environment

git clone https://github.com/LilSuperUser/Edify-X.git
pip install -r requirements.txt
python main.py

For Windows

with Virtual Environment

git clone https://github.com/LilSuperUser/Edify-X.git
python3 -m venv env
env\scripts\activate
pip install -r requirements.txt
python main.py

Without Virtual Environment

git clone https://github.com/LilSuperUser/Edify-X.git
pip install -r requirements.txt
python main.py

License

This project is licensed under the GPL v3 License. You are free to use, modify, and distribute this software under the terms of the GPL v3 license

About

An open-source offline image manipulation software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages