Skip to main content

Convert ZX-Paintbrush (.zxp) files to Boriel Basic

Project description

zxp2boriel

A Python tool to convert ZX-Paintbrush (.zxp) sprite files into Boriel Basic DIM array declarations.

Installation

pip install zxp2boriel

Usage

zxp2boriel --input <file.zxp> --width <pixels> --rows <rows> --cols <cols> --output <file.bas> --name <array_name>

Arguments

  • --input, -i: Input .zxp file path.
  • --width, -w: Tile width in pixels (must be a multiple of 8).
  • --rows, -r: Number of rows in the sprite sheet.
  • --cols, -c: Number of columns in the sprite sheet.
  • --output, -o: Output .bas file path.
  • --name, -n: Name of the generated array variable.

Example

Convert a 16x16 sprite sheet with 3 rows and 16 columns:

zxp2boriel -i sprites.zxp -w 16 -r 3 -c 16 -o sprites.bas -n sprites

This will generate a sprites.bas file containing:

Dim tiles(47, 31) As Ubyte => { ... }

License

AGPL-v3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zxp2boriel-0.1.1.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zxp2boriel-0.1.1-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file zxp2boriel-0.1.1.tar.gz.

File metadata

  • Download URL: zxp2boriel-0.1.1.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for zxp2boriel-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1c0dcc66ff49234a48ed3e197c4ff17262b47b35c9c86745d08d75e23a266013
MD5 5da8fab43cf44a4f0aee70afb933efeb
BLAKE2b-256 0d8339471a4d4617c2b77a5560c1afa0c0d5830f8d683060ed4acb9f7a0dbcba

See more details on using hashes here.

File details

Details for the file zxp2boriel-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: zxp2boriel-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for zxp2boriel-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 81678edfc4b2d33bde7706452cbd8b87a6867127f9d7890b45798ac3beca350d
MD5 265979f249f64f379f2a58334440c18b
BLAKE2b-256 ef5e8be1d1643be3d652c02c69b82632f59e80542c503c81dc07023e919cd31b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page