Metadata-Version: 2.4
Name: ovos-skill-laugh
Version: 1.0.2
Home-page: https://github.com/openvoiceos/ovos-skill-laugh
Author: OpenVoiceOS
Author-email: jarbas@openvoiceos.com
License: Apache-2.0
Keywords: ovos skill voice assistant
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-utils
Requires-Dist: ovos-workshop
Requires-Dist: ovos-plugin-manager
Requires-Dist: ovos-audio
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist

# <img src='./res/icon/laugh_icon.png' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> Laugh

![Python](https://img.shields.io/badge/python-3.10-blue.svg)
![Python](https://img.shields.io/badge/python-3.11-blue.svg)
![Python](https://img.shields.io/badge/python-3.12-blue.svg)
![Python](https://img.shields.io/badge/python-3.13-blue.svg)

Makes your voice assistant laugh like a maniac

![A ghostly face, laughing evilly.](./gui/all/male/2.jpg)

## About

Laugh randomly or when requested.

## Settings

~/.config/ovos/skills/skill-laugh.openvoiceos/settings.json
~/.config/neon/skills/skill-laugh.openvoiceos/settings.json

```js
{
  "gender": "robot", // or "male" or "female"
  "haunted": false, // default true, "mine is an evil laugh"
  "sounds_dir": "/home/neon/venv/lib/python3.10/site-packages/skill_laugh/sounds", // default on a Neon setup, can be set to anything OVOS/Neon can access
  "__mycroft_skill_firstrun": false
}
```

## Examples

- "Laugh like Alexa"
- "can you laugh"

## Credits

- [@JarbasAl](https://jarbasal.github.io)
- [@mikejgray](https://graywind.org) (revival)
- [SoundBible](http://soundbible.com/suggest.php?q=laugh&x=0&y=0)
- [FreeSound](https://freesound.org/search/?q=female+evil+laugh)
- [Pixabay](https://pixabay.com/)

## Category

**Entertainment**

## Tags

#laugh
#funny
#entertainment
#repeating

## License

Apache-2.0
