Metadata-Version: 2.4
Name: ovos-skill-parrot
Version: 0.8.1a2
Summary: Repeats what the user says
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-parrot
Keywords: ovos,skill,plugin
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
Provides-Extra: test
Requires-Dist: pytest>=5.2.4; extra == "test"
Requires-Dist: pytest-cov>=2.8.1; extra == "test"
Requires-Dist: ovoscope>=1.0.0a1; extra == "test"
Requires-Dist: ovos-bus-client; extra == "test"
Requires-Dist: ovos-core[lgpl,plugins]>=2.0.0a1; extra == "test"
Dynamic: license-file

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

Repeat any phrase back in the OpenVoiceOS voice.

## About

This skill repeats a phrase you speak, or repeats the most recent transcription or text-to-speech output from OpenVoiceOS.

## Install

    pip install ovos-skill-parrot

## Usage

    "Hey Mycroft, start parrot"
    "hello"
    hello
    "what"
    what
    "who are you"
    who are you
    "Stop parrot"

## Examples

* "say Goodnight, Gracie"
* "repeat Once upon a midnight dreary, while I pondered, weak and weary, Over
  many a quaint and curious volume of forgotten lore"
* "speak I can say anything you'd like!"
* "Repeat what you just said"
* "Repeat that"
* "Can you repeat that?"
* "What did I just say?"
* "Tell me what I just said."
* "start parrot"
* "stop parrot"

## Credits

- JarbasAl
- [MatthewScholefield/skill-repeat-recent](https://github.com/MatthewScholefield/skill-repeat-recent)

## Category

**Entertainment**

## Related projects

- [OpenVoiceOS/OpenVoiceOS](https://github.com/OpenVoiceOS/OpenVoiceOS) — the OpenVoiceOS platform this skill runs on

## License

Apache-2.0

# Tutorial

# Debug
