A simple cross-platform GUI tool for editing 16-color palettes for the Spectral ZX Spectrum emulator, written in Python with Tkinter.
- Edit 16-color palettes visually
- Undo/redo support
- Load and save palettes in .pal (64-byte) format
- Reset to ZX Spectrum reference palette
- Install Python 3 (https://www.python.org/downloads/)
- Run the app:
python specpal.py
- Palette files are 64 bytes: 16 colors × (3 bytes RGB + 1 unused byte per color)
MIT License. See LICENSE.