autoRecorder
autoRecorder copied to clipboard
自動でリコーダーを吹く予定
AutoRecorder
What is AutoRecorder?
松江高専で行われた大おもちゃ大会のプログラム。 自動演奏のリコーダーだお。
DEMO
成功したらここになにかを載せたり載せなかったり
Install
pip install -r requirements.txt
python setup.py install
cp config.ini.example config.ini # You should edit config file.
Test
pip install -r requirements-test.txt
python setup.py test
Development
cp contrib/pre-commit.sh .git/hooks/pre-commit