Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jzohrab/prompter
- Owner: jzohrab
- Created: 2024-07-07T05:43:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T18:57:44.000Z (6 months ago)
- Last Synced: 2024-10-15T21:49:48.830Z (3 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.
```