Skip to content

md0-code/specpal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectral Emulator Palette Editor

A simple cross-platform GUI tool for editing 16-color palettes for the Spectral ZX Spectrum emulator, written in Python with Tkinter.

Features

  • Edit 16-color palettes visually
  • Undo/redo support
  • Load and save palettes in .pal (64-byte) format
  • Reset to ZX Spectrum reference palette

Usage

  1. Install Python 3 (https://www.python.org/downloads/)
  2. Run the app:
    python specpal.py

File Format

  • Palette files are 64 bytes: 16 colors × (3 bytes RGB + 1 unused byte per color)

License

MIT License. See LICENSE.

About

Spectral Emulator Palette Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages