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

https://github.com/favreau/looppads


https://github.com/favreau/looppads

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

          

# LoopPads for all

The LoopPads package provides an simple way to play audio files with a loop pad as an input

## Installation

### 1. From the Python Package Index

```
(venv)$ pip install looppads
```

### 2. From source

Clone the repository and install it:

```
(venv)$ git clone https://github.com/favreau/LoopPads.git
(venv)$ cd LoopPads
(venv)$ python setup.py install
```

# Upload to pypi

```bash
twine upload dist/*
```