Skip to content

RPINerd/palettebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaletteBook

PaletteBook is a locally hosted web application designed to help users manage and preview their color palettes. It provides an intuitive interface for organizing, viewing, and sharing color schemes, making it an essential tool for designers, artists, and anyone working with colors.

~ Copilot Auto-fill, 2026

What is it Actually?

A locally hosted web app built on Python to allow you to create groups of colors and save them into a local database.

The intended use case is currently so that I can have it open via the Steam Overlay in a web page and have it open while working on Forza liveries. Obviously, this is very niche and specific for me but you can use it however you'd like!

Screenshot

Installation

Currently while in development, you will need to clone the repository and run it locally. In the future, I hope to package it and make installation easier.

# Clone the repository
git clone https://github.com/RPINerd/palettebook.git
# Setup virtual environment and install dependencies
cd palettebook
uv sync

Usage

Launching via uv (recommended):

uv run palettebook

Launching via Python:

source .venv/bin/activate
python -m palettebook

About

Basic, locally hosted web app to manage color palettes for easy reference.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors