/digit-al-tunes

Make music with your hands

Primary LanguageCApache License 2.0Apache-2.0

Digit-al Tunes

Make music with your hands

Development

Use Python 3.5 NO F-STRINGS

Pipenv

git clone [repo-url]
cd [repo-url]
pipenv shell
pipenv install

Pip + Venv

git clone [repo-url]
cd [repo-url]
python3 -m venv venv
source venv/bin/activate
activate
pip3 install -r requirements.txt
  • GTK+ is the GUI toolkit of choice - Leave to Tristan