An open API service indexing awesome lists of open source software.

https://github.com/alexandergrooff/tab-generator


https://github.com/alexandergrooff/tab-generator

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tab Generator

Create tablature/sheet music from a given audio file.

## Development

```
mkvirtualenv -p python3 -a . tab-generator
pip install -r requirements.txt
```