https://github.com/jzohrab/prompter
Audible prompts at recurring intervals.
https://github.com/jzohrab/prompter
Last synced: about 18 hours ago
JSON representation
Audible prompts at recurring intervals.
- Host: GitHub
- URL: https://github.com/jzohrab/prompter
- Owner: jzohrab
- Created: 2024-07-07T05:43:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:57:44.000Z (12 months ago)
- Last Synced: 2025-01-29T18:46:20.454Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
```