Skip to content

Releases: SaeedHurzuk/CoverForge

CoverForge v1.4.0

11 Mar 00:16

Choose a tag to compare

CoverForge v1.4.0 — Initial Public Release

Generate bold, unique Spotify playlist cover art from the command line.

Features

  • 14 colour themes including Matte Black, Cyberpunk, Obsidian Gold, Glacier Neon and more
  • 9 pattern engines — carbon fibre, hex grid, plasma, circuit board, Voronoi shatter, starfield, waves, scanlines, mesh
  • --matte flag — flat black background with high-contrast pattern rendering
  • --text-pos — 9 text positions with two-letter aliases (bl, tr, c etc.)
  • --compress 0–10 — lossless PNG compression up to level 9, level 10 uses TinyPNG-style palette quantisation
  • --font-size — override auto-fit font sizing
  • --no-label — removes the PLAYLIST label, accent bar resizes to match text width
  • --theme all — generate every theme in one command
  • Deterministic output — same playlist name always produces the same artwork

Requirements

  • Python 3.10+
  • pip install pillow numpy

Quick Start

git clone https://github.com/yourusername/coverforge.git
cd coverforge
pip install pillow numpy
python3 coverforge.py "My Playlist" --theme cyberpunk --pattern carbon --matte