Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jzohrab/prompter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Audible prompts at recurring intervals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages