Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jzohrab/prompter

Audible prompts at recurring intervals.
https://github.com/jzohrab/prompter

Last synced: about 1 month ago
JSON representation

Audible prompts at recurring intervals.

Awesome Lists containing this project

README

        

# Prompter

An _extremely basic_ program for improv practice. Given a data file of prompts to say at specified intervals, it speaks each prompt and then waits to say the next prompt.

Useful for practicing jamming over a backing track when you want to be reminded of licks and ideas to try out.

**This currently only works on Mac, as it uses the terminal `say` command.**

## Setup

```
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

## Config

Copy config.yaml.example to config.yaml, edit with your licks.

## Usage

```
python main.py

# Enter the mins you want it to run.
```