Metadata-Version: 2.4
Name: ovos-skill-number-facts
Version: 0.1.13a6
Summary: Facts about numbers
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-number-facts
Keywords: ovos,skill,plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0
Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
Requires-Dist: ovos-date-parser<1.0.0,>=0.0.1
Requires-Dist: ovos-number-parser<1.0.0,>=0.0.1
Provides-Extra: test
Requires-Dist: ovoscope<1.0.0,>=0.13.1; extra == "test"
Requires-Dist: pytest<9,>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Requires-Dist: ovos-adapt-parser; extra == "test"
Dynamic: license-file

# Numbers

An [OVOS](https://github.com/OpenVoiceOS) skill that reads facts about numbers. It also covers math, years, and dates. It gets the facts from [numbersapi.com](http://numbersapi.com).

## Install

```bash
pip install ovos-skill-number-facts
```

## Usage

Say any of these phrases to the assistant.

Random facts:

* "random math fact"
* "random number trivia"
* "random date curiosity"
* "random year trivia"

Facts about a number, date, or year you name:

* "fact about number 666"
* "math fact about number 5"
* "curiosity about year 1992"
* "trivia about tomorrow"
* "trivia about next week"
* "fact about yesterday"
* "curiosity about march 13"

The skill extracts the number, date, or year from your request. If it finds none, it asks numbersapi.com for a random fact instead.

## Related projects

* [OpenVoiceOS/ovos-workshop](https://github.com/OpenVoiceOS/ovos-workshop): the skill framework this skill runs on
* [OpenVoiceOS/ovos-date-parser](https://github.com/OpenVoiceOS/ovos-date-parser): extracts dates from an utterance
* [OpenVoiceOS/ovos-number-parser](https://github.com/OpenVoiceOS/ovos-number-parser): extracts numbers from an utterance

## Credits

[JarbasAI](https://github.com/JarbasAl)

## License

[Apache-2.0](LICENSE)
