An interactive tuner that lets musicians practice intonation while performing. Find us on github!
TuneCoach requires the following libraries to be present in order to be installed:
python3-tklibpulse-dev
You can install them by running
$ sudo apt install python3-tk libpulse-dev
To install TuneCoach via PyPI, simply run:
$ pip install TuneCoach
The application can now be launched from the terminal with the command TuneCoach.
- Clone the repository
- Make sure to have
python3-pip,libpulse-dev,python3-tk, and (optionally)python3-venvinstalled. - (Optional) Set up a virtual environment by running
python3 -m venv . - Run
pip install -e .to install the application in editable mode (so that changes you make to the source sync to the locally installed package). - Run the application by typing
TuneCoachin the terminal.