Metadata-Version: 2.1
Name: groovegenerator
Version: 0.1.4
Summary: Collection of functions to generate and analyse rhythm patterns.
Home-page: https://github.com/OleAd/GrooveGenDist/
Author: Ole Adrian Heggli
Author-email: oleheggli@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Groove Generator

#### A collection of functions for groove research

This package contains utility functions for generating rhythm patterns, and calculating related measures.

## Installation
```bash
pip install groovegenerator
```

or upgrade
```bash
pip install groovegenerator --upgrade
```
## Examples
Example scripts can be found in the [Groove Generator examples directory](https://github.com/olead/groovegendist/tree/master/examples).

## GUI
An optional GUI is available in the [GUI directory](https://github.com/olead/groovegendist/tree/master/GUI).

To use it:
```bash
python groovegenerator_gui.py
```

Note that the GUI requires PyQt5 and qtmodern.

