Metadata-Version: 2.4
Name: alice-colorscheme
Version: 0.0.2
Summary: Command-line tool for the alice color scheme
Project-URL: Homepage, https://github.com/wreedb/alice-cli
Project-URL: Issues, https://github.com/wreedb/alice-cli/issues
Author-email: Will Reed <wreed@programmer.net>
License-Expression: BSD-2-Clause
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

This is `alice-cli`, a querying tool for my color scheme **Alice**.

## Installation
Python version 3.10 or higher is required.
```sh
# with pipx
pipx install alice-colorscheme
# with pip
python3 -m pip install --user alice-colorscheme
```
## Usage
```sh
# Format options: hex, rgb, hwb or hsl
alice-colorscheme --format hwb
# Scheme defaults to "normal" but can be passed manually for bright palette colors
# For a specific color [black/red/green/yellow/blue/magenta/cyan/white]
alice-colorscheme --scheme bright --format rgb --color green
```

## Roadmap
| Feature              | Status  |
| -------------------- | ------- |
| hex color output     | done    |
| rgb color output     | done    |
| hwb color output     | done    |
| hsl color output     | done    |
| cli color preview    | planned |
| app theme generation | planned |

## Preview
![preview](https://github.com/wreedb/alice-cli/blob/main/assets/preview.png)
