Return0Software / digit-al-tunes

Make music with your hands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Make music with your hands

License:Apache License 2.0


Languages

Language:C 82.8%Language:C++ 10.3%Language:Processing 3.9%Language:Python 1.5%Language:Objective-C 1.3%Language:Shell 0.1%Language:CSS 0.0%Language:Makefile 0.0%