https://github.com/favreau/looppads
https://github.com/favreau/looppads
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/favreau/looppads
- Owner: favreau
- Created: 2021-11-02T13:10:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T14:57:55.000Z (over 4 years ago)
- Last Synced: 2025-10-28T00:27:14.406Z (9 months ago)
- Language: Jupyter Notebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/*
```