/GBAPM

GBA Palette Manager: A tool to edit and export GBA palettes.

Primary LanguageHTML

GBA Palette Manager

A tool to edit and export palettes, to be used on the GBA.

Getting Started

Follow these instructions to build the tool from source.

Prerequisites

Install python 3.6.7:

Windows

Install from this releases.

MacOs:

brew install python3

Ubuntu:

sudo apt-get install python3

Install pip for python 3:

Windows

It is already part of the python 3 install.

MacOs:

It is already part of the python 3 install.

Ubuntu:

sudo apt-get install pip3

Then install the required packages:

pip3 install fbs PyQt5==5.9.2 PyInstaller==3.4

Running the tool

First, go to the directory where you downloaded the source:

cd /path/to/source/

And run it trough fbs:

fbs run

You can also freeze it to have an executable:

fbs freeze

Built With

  • Python - The lenguage used to build the tool.
  • PyQt - The library used for the GUI.
  • Fbs - The build system.

Authors

  • Lino Bigatti - Main tool coder.