nythepegasus / Pegasus-Skin-Editor

A skin editor for Delta Emulator!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pegasus Skin Editor

This is a skin editor for the Delta emulator! You can position, delete, and edit buttons for skins that are usable within Delta.


Installing

First you will want poppler for your whatever system you want to use this editor on.


Windows

I highly recommend getting poppler from here. I personally have had the best luck using version 0.67.0, but others have gotten higher versions to work from elsewhere.


Mac (using brew)

brew install poppler

Linux

Debian based, use whichever package manager your system comes with

sudo apt install poppler

To run, you will probably want to set up a Python virtual environment (python3 -m venv venv) and then run:

pip install -r requirements.txt

Then you can run:

python3 Editor.py 

Or on Windows you can just double click the Editor.py file.

About

A skin editor for Delta Emulator!


Languages

Language:Python 100.0%