Metadata-Version: 2.4
Name: ovos-skill-color-picker
Version: 0.1.0a2
Summary: OVOS color picker skill
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-color-picker
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ovos-workshop<9.0.0,>=8.0.0
Requires-Dist: ovos-color-parser
Provides-Extra: test
Requires-Dist: ovoscope<2.0.0,>=1.5.0; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Requires-Dist: ovos-core<2.3.0,>=2.2.4a1; extra == "test"
Requires-Dist: ovos-padatious<2.0.0,>=1.8.0a1; extra == "test"
Requires-Dist: ovos-workshop<9.0.0,>=8.3.0a1; extra == "test"
Requires-Dist: ovos-bus-client<3.0.0,>=2.2.0a1; extra == "test"
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.9.0a1; extra == "test"
Requires-Dist: ovos-config<3.0.0,>=2.1.4a5; extra == "test"
Requires-Dist: ovos-utils<1.0.0,>=0.13.4a1; extra == "test"
Requires-Dist: ovos-spec-tools<2.0.0,>=1.4.0a1; extra == "test"
Dynamic: license-file

# <img src="https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/palette.svg" card_color="#22A7F0" width="50" height="50" style="vertical-align:bottom"/> Color Picker
Look up colors by voice. The skill uses [ovos-color-parser](https://github.com/OpenVoiceOS/ovos-color-parser) to find the hex and RGB values for standard color names.

## About
Ask for a color by name. The skill returns the hex and RGB values for any standard color name.

<p float="left">
  <img src="screenshots/screenshot-color-fire-brick.png" width="300" alt="Screenshot of Fire Brick request" />
  <img src="screenshots/screenshot-color-light-sea-green.png" width="300" alt="Screenshot of Light Sea Green request" />
</p>

## Examples
* "What is the hex value for {color}"
* "Show me the color {color}"

## Credits
krisgesling

## Category
**Information**

## Tags
#Color picker
#Hex
#Rgb
#Css3

