Skip to content

MukundaKatta/ColorMind

Repository files navigation

ColorMind — AI Color Palette Generator. Generate perfect color palettes from text descriptions

AI Color Palette Generator. Generate perfect color palettes from text descriptions. ColorMind gives you a focused, inspectable implementation of that idea.

Why ColorMind

ColorMind exists to make this workflow practical. Ai color palette generator. generate perfect color palettes from text descriptions. It favours a small, inspectable surface over sprawling configuration.

Features

  • CLI command colormind
  • Color — exported from src/colormind/core.py
  • Included test suite
  • Dedicated documentation folder

Tech Stack

  • Runtime: Python

How It Works

The codebase is organised into docs/, src/, tests/. The primary entry points are src/colormind/core.py, src/colormind/cli.py, src/colormind/__init__.py. src/colormind/core.py exposes Color — the core types that drive the behaviour. src/colormind/cli.py exposes functions like _format_color, build_parser.

Getting Started

pip install -e .
colormind --help

Usage

colormind --help

Project Structure

ColorMind/
├── .env.example
├── CONTRIBUTING.md
├── LICENSE
├── Makefile
├── README.md
├── docs/
├── pyproject.toml
├── src/
├── tests/

About

ColorMind — AI Color Palette Generator. Generate perfect color palettes from text descriptions

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors