https://github.com/lilsuperuser/edify-x
An open-source offline image manipulation software
https://github.com/lilsuperuser/edify-x
Last synced: 12 months ago
JSON representation
An open-source offline image manipulation software
- Host: GitHub
- URL: https://github.com/lilsuperuser/edify-x
- Owner: LilSuperUser
- License: gpl-3.0
- Created: 2025-02-12T10:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T14:36:20.000Z (over 1 year ago)
- Last Synced: 2025-04-08T18:54:55.211Z (about 1 year ago)
- Language: Python
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **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
```bash
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
```bash
git clone https://github.com/LilSuperUser/Edify-X.git
pip install -r requirements.txt
python main.py
```
### For Windows
#### with Virtual Environment
```bash
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
```bash
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](./LICENSE)