Metadata-Version: 2.4
Name: ovos-skill-word-of-the-day
Version: 0.2.6a2
Summary: OVOS Word of the Day Skill
Author: OpenVoiceOS
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-word-of-the-day
Keywords: ovos,skill,plugin
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: ovos-workshop
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: ovoscope; extra == "test"
Requires-Dist: ovos-adapt-parser; extra == "test"
Requires-Dist: ovos-spec-tools; extra == "test"
Dynamic: license-file

# Word Of The Day Skill

This OVOS skill speaks the word of the day. It gets the word from [Dictionary.com](https://Dictionary.com) for English, the French [Wiktionnaire](https://fr.wiktionary.org/), [Dicionário Priberam](https://dicionario.priberam.org/) for Portuguese, [Portal das Palabras](https://portaldaspalabras.gal/) for Galician, or [RodaMots.cat](https://rodamots.cat/) for Catalan.

![img.png](img.png)

The skill supports English, French, Portuguese, Galician, and Catalan only. In any other language, it speaks an error. Open an issue or a pull request if you have a website suggestion for your language.

## Install

Install the skill with pip:

```bash
pip install ovos-skill-word-of-the-day
```

## Usage

Say one of these phrases:

* "tell me the word of the day"
* "word of the day"
* "word of day"

## Credits

* [Fatima Mohamed - skill idea](https://github.com/adropofilm/word-of-the-day-skill)

## License

This skill is available under the [Apache License 2.0](LICENSE).
