https://github.com/OpenVoiceOS/ovos-skill-randomness
An OVOS skill for all kinds of chance - make a choice, roll a die, flip a coin, pick between two choices, etc.
https://github.com/OpenVoiceOS/ovos-skill-randomness
Last synced: 12 months ago
JSON representation
An OVOS skill for all kinds of chance - make a choice, roll a die, flip a coin, pick between two choices, etc.
- Host: GitHub
- URL: https://github.com/OpenVoiceOS/ovos-skill-randomness
- Owner: OpenVoiceOS
- Created: 2024-02-09T03:28:09.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-04T17:32:59.000Z (over 1 year ago)
- Last Synced: 2025-05-12T22:42:39.403Z (12 months ago)
- Language: Python
- Size: 302 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# skill-randomness





## About
A skill for all kinds of chance - make a choice, roll a die, flip a coin, pick between two choices, etc.
Accepts a single property: `die_limit`, which is the maximum number of dice that can be rolled at once. The default is 16.
`~/.config/mycroft/skills/skill-randomness.openvoiceos/settings.json`
```json
{
"die_limit": 16
}
```
## Examples
- "Flip a coin"
- "Tell me my future"
- "Help me decide something"
- "Pick a number between 1 and 100"
- "Roll a die"
- "Roll 1 d 20"
- "Roll 6 d 8"
- "Roll a 20 sided die"
- "Roll 5 dice"
- "Roll 6, 8 sided dice"
## Credits
- Mike Gray (@mikejgray)
- BuilderJer (@builderjer)
## Category
Games
Fun
Chance
## Tags
ovos skill games fun chance
## Attribution
The coin flipping sound came from [TheKnave at freesound.org](https://freesound.org/people/TheKnave/sounds/435621/). It is licensed under the [Creative Commons 4 License](https://creativecommons.org/licenses/by-nc/4.0/).
The fortune teller sound came from [LittleRainySeasons at freesound.org](https://freesound.org/people/LittleRainySeasons/sounds/335354/). It is licensed under the [Creative Commons 0 License](https://creativecommons.org/publicdomain/zero/1.0/).
The dice rolling sound came from [dermotte at freesound.org](https://freesound.org/people/dermotte/sounds/220741/). It is licensed under the [Creative Commons 4 License](https://creativecommons.org/licenses/by/4.0/).