🎨 Welcome to Color Buddy 🎨
> Color Buddy is a command line tool that can generate a color palette from an image.
## Contents
- [Contents](#contents)
- [Install](#install)
- [Usage](#usage)
- [Examples](#examples)
- [FAQs](#faqs)
- [Roadmap](#roadmap)
- [Author](#author)
- [Show your support](#show-your-support)
## Install
```sh
cargo install colorbuddy
```
## Usage
```sh
colorbuddy --help
```
Produces the following output:
```
Generates a color palette based on an image.
Usage: colorbuddy [OPTIONS]
Arguments:
Options:
-m, --quantisation-method
[default: k-means] [possible values: median-cut, k-means]
-n, --number-of-colors
[default: 8]
-o, --output