https://github.com/alexandergrooff/tab-generator
https://github.com/alexandergrooff/tab-generator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexandergrooff/tab-generator
- Owner: AlexanderGrooff
- Created: 2019-03-05T20:15:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T21:32:09.000Z (over 7 years ago)
- Last Synced: 2025-02-01T20:26:26.665Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```